[tmux] Remove status-uft8 - see tmux/tmux#230
This commit is contained in:
parent
9a0d2ce8c2
commit
462153c202
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ bind -r C-l resize-pane -R 5
|
||||||
set -g base-index 1 # start window numbering from 1
|
set -g base-index 1 # start window numbering from 1
|
||||||
set -g default-terminal "screen-256color" # display 256 colors
|
set -g default-terminal "screen-256color" # display 256 colors
|
||||||
set -g history-limit 20000 # remember longer history
|
set -g history-limit 20000 # remember longer history
|
||||||
set -g status-utf8 on # use UTF-8
|
|
||||||
setw -g automatic-rename on # automatically rename windows
|
setw -g automatic-rename on # automatically rename windows
|
||||||
setw -g mouse on # enable mouse support
|
setw -g mouse on # enable mouse support
|
||||||
setw -g pane-base-index 1 # start pane numbering from 1
|
setw -g pane-base-index 1 # start pane numbering from 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue