mirror of https://github.com/nirenjan/dotfiles.git
Remove utf8 lines from tmux configuration
This is no longer needed, as per https://github.com/tmux/tmux/issues/230master
parent
b9afaea34d
commit
1c412ee7a2
|
@ -12,9 +12,6 @@ set-option -ga terminal-overrides ",screen-256color-bce:Tc"
|
|||
# The default is 500ms, which makes vim kind of painful
|
||||
set-option -sg escape-time 50
|
||||
|
||||
# Enable UTF-8
|
||||
set-window-option -g utf8 on
|
||||
|
||||
# Don't constrain the window size to smallest client size
|
||||
set-window-option -g aggressive-resize on
|
||||
|
||||
|
@ -53,7 +50,6 @@ set-option -g status on
|
|||
set-option -g status-interval 2
|
||||
set-option -g status-bg $TMUX_STATUS_BG
|
||||
set-option -g status-fg $TMUX_STATUS_FG
|
||||
set-option -g status-utf8 on
|
||||
set-option -g status-position top
|
||||
|
||||
# Status bar - left
|
||||
|
|
Loading…
Reference in New Issue