update tmux settings

master
Mike Cugini 10 years ago
parent 1d572a9e12
commit 62ac8b3bb3
  1. 6
      tmux.conf

@ -11,7 +11,11 @@ set-window-option -g utf8 on
setw -g mode-keys vi
# shorten command delay
set -sg escape-time 1
set -s escape-time 0
# only resize window to smallest client if both
# connected sessions are viewing the same window
setw -g aggressive-resize on
# status bar configuration

Loading…
Cancel
Save