From fb71875d5749152a2f8b6a75eb31e29dfce18ba8 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 20 Apr 2016 22:50:42 -0400 Subject: [PATCH] Remove the utf8 options as utf8 is now autodetected --- tmux.normal.conf | 3 --- tmux.powerline.conf | 3 --- 2 files changed, 6 deletions(-) diff --git a/tmux.normal.conf b/tmux.normal.conf index e62ac38..bf70c71 100644 --- a/tmux.normal.conf +++ b/tmux.normal.conf @@ -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 diff --git a/tmux.powerline.conf b/tmux.powerline.conf index 06f0118..ab0b6eb 100644 --- a/tmux.powerline.conf +++ b/tmux.powerline.conf @@ -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