Remove the utf8 options as utf8 is now autodetected

This commit is contained in:
Kevin MacMartin 2016-04-20 22:50:42 -04:00
parent 140ae43c29
commit fb71875d57
2 changed files with 0 additions and 6 deletions

View file

@ -33,7 +33,6 @@ set-option -g display-time 2000 #number of ms for status line messages and other
set-option -g display-panes-time 2000 #number of ms to show indicators from the display-panes command
set-option -sg escape-time 0 #allow commands immediately following send-prefix
set-option -sg repeat-time 600 #allow 600ms between repeatable commands
set-window-option -g utf8 on #expect to display utf8 in the window
set-window-option -g aggressive-resize on #only resize a window if a smaller client is actively looking
set-window-option -g monitor-activity on #monitor for activity in windows
set-window-option -g visual-activity off #show the activity being monitored for in the status bar
@ -42,7 +41,6 @@ set-window-option -g mode-keys vi #use vi-style keys in copy and choice modes
#
# mouse
set-option -g mouse on
set-option -g mouse-utf8 on
bind -T root MouseDown3Pane send-keys -M #send right clicks to the application below
# KEY BINDINGS
@ -147,7 +145,6 @@ bind-key W command-prompt -p 'write scrollback to file:' -I '~/tmux-history.txt'
#
# settings
set-option -g status on #enable the status bar
set-option -g status-utf8 on #expect to display utf8 in the status bar
set-option -g status-interval 2 #the number of seconds to wait before refreshing
set-option -g status-justify left #justify the window list on the left
set-option -g status-left-length '100' #the width in characters of the left side of the status line

View file

@ -33,7 +33,6 @@ set-option -g display-time 2000 #number of ms for status line messages and other
set-option -g display-panes-time 2000 #number of ms to show indicators from the display-panes command
set-option -sg escape-time 0 #allow commands immediately following send-prefix
set-option -sg repeat-time 600 #allow 600ms between repeatable commands
set-window-option -g utf8 on #expect to display utf8 in the window
set-window-option -g aggressive-resize on #only resize a window if a smaller client is actively looking
set-window-option -g monitor-activity on #monitor for activity in windows
set-window-option -g visual-activity off #show the activity being monitored for in the status bar
@ -42,7 +41,6 @@ set-window-option -g mode-keys vi #use vi-style keys in copy and choice modes
#
# mouse
set-option -g mouse on
set-option -g mouse-utf8 on
bind -T root MouseDown3Pane send-keys -M #send right clicks to the application below
# KEY BINDINGS
@ -147,7 +145,6 @@ bind-key W command-prompt -p 'write scrollback to file:' -I '~/tmux-history.txt'
#
# settings
set-option -g status on #enable the status bar
set-option -g status-utf8 on #expect to display utf8 in the status bar
set-option -g status-interval 2 #the number of seconds to wait before refreshing
set-option -g status-justify left #justify the window list on the left
set-option -g status-left-length '100' #the width in characters of the left side of the status line