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)'