[tmux] Silence those pesky deprecation warnings.

This commit is contained in:
Sebastian Schulze 2016-07-19 16:36:47 +02:00
parent 2925461fe0
commit 8fbdac6337
No known key found for this signature in database
GPG Key ID: 7EC07325206E3E55
1 changed files with 1 additions and 4 deletions

View File

@ -26,11 +26,8 @@ bind-key -n C-Right next-window
bind-key y set-window-option synchronize-panes
set -gw mode-keys emacs
set -gw mode-mouse on
set -gw mouse on
set -g mouse-select-pane on
set -g mouse-resize-pane on
set -g mouse-select-window on
set -g status-justify centre
set -g status-left ""
set -g status-right "#S[@#H]"