This commit is contained in:
2016-07-10 16:08:57 +02:00
parent 5e1809afa9
commit ed1f9b459c

View File

@@ -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) " 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 # 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 # Setup 'x' zoom into a panes (maximize) an save/restore other panes in the current window
bind x run ". ~/.tmux/zoom" bind x run ". ~/.tmux/zoom"
# set terminal title # set terminal title
set -g set-titles on set -g set-titles on
set -g set-titles-string '#(whoami)@#h | #(curl ipecho.net/plain;echo)' set -g set-titles-string '#(whoami)@#h | #(curl ipecho.net/plain;echo)'