[tmux] Remove status-uft8 - see tmux/tmux#230

This commit is contained in:
Fernando Schauenburg 2016-12-17 09:10:20 +01:00
parent 9a0d2ce8c2
commit 462153c202

View file

@ -31,7 +31,6 @@ bind -r C-l resize-pane -R 5
set -g base-index 1 # start window numbering from 1
set -g default-terminal "screen-256color" # display 256 colors
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 mouse on # enable mouse support
setw -g pane-base-index 1 # start pane numbering from 1