From ed1f9b459cdc0c981726c2412c07ac37ab7d4683 Mon Sep 17 00:00:00 2001 From: Eragos Date: Sun, 10 Jul 2016 16:08:57 +0200 Subject: [PATCH] cosmetic --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 880db0e..ad7e99b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -89,7 +89,7 @@ set -g status-left-length 70 set -g status-left "#[fg=colour233,bg=colour245,bold] ⌂ #h ф #(curl ipecho.net/plain;echo) " ########################################## -### some tmux tweaks +### some tmux tweaks ########################################## # Use vim mode keys @@ -120,7 +120,7 @@ bind r source-file ~/.tmux.conf \; display "tmux config reloaded..." # Setup 'x' zoom into a panes (maximize) an save/restore other panes in the current window bind x run ". ~/.tmux/zoom" -# set terminal title +# set terminal title set -g set-titles on set -g set-titles-string '#(whoami)@#h | #(curl ipecho.net/plain;echo)'