tmux: remove deprecated options
This commit is contained in:
parent
bede328cd1
commit
8c8ca46717
@ -23,10 +23,10 @@ set-window-option -g xterm-keys on
|
|||||||
set-option -g lock-command vlock
|
set-option -g lock-command vlock
|
||||||
|
|
||||||
### Instructs tmux to expect UTF-8 sequences to appear in this window.
|
### 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;
|
### 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
|
set-option -g history-limit 5000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user