tmux: remove deprecated options

This commit is contained in:
Meutel 2016-12-17 09:04:22 +01:00
parent bede328cd1
commit 8c8ca46717

View File

@ -23,10 +23,10 @@ set-window-option -g xterm-keys on
set-option -g lock-command vlock
### Instructs tmux to expect UTF-8 sequences to appear in this window.
setw -g utf8 on
#setw -g utf8 on
### Instruct tmux to treat top-bit-set characters in the status-left and status-right strings as UTF-8;
set -g status-utf8 on
#set -g status-utf8 on
set-option -g history-limit 5000