diff --git a/tmux.conf b/tmux.conf index dbe686b..b7f29f1 100644 --- a/tmux.conf +++ b/tmux.conf @@ -35,10 +35,6 @@ white="#efefef" ### global settings {{{ -#### UTF-8 ------------------------------------------------------------- -set-option -g status-utf8 on -set-window-option -g utf8 on - set -g default-terminal "screen-256color" ### }}}