Skip to content

Commit

Permalink
Remove utf8 directives from .tmux.conf, no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Culver committed Aug 30, 2016
1 parent 7279b6e commit fbeb6a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _tmux.conf
Expand Up @@ -8,7 +8,6 @@ set -g history-limit 10000
## basic settings
set-window-option -g mode-keys vi # vi key
set-option -g status-keys vi
set-window-option -g utf8 on # utf8 support
set -g default-terminal "xterm-256color"
# set-window-option -g mode-mouse off # disable mouse

Expand Down Expand Up @@ -48,7 +47,6 @@ set -g visual-bell off

## status bar generated by Tmuxline
set -g status 'on'
set -g status-utf8 'on'
set -g status-bg 'colour236'
set -g status-attr 'none'
set -g status-justify 'left'
Expand Down

0 comments on commit fbeb6a3

Please sign in to comment.