.tmux.conf: comment out some utf8 options
authorColin P. Mccabe <colin@cmccabe.xyz>
Mon, 26 Dec 2016 04:59:25 +0000 (20:59 -0800)
committerColin P. Mccabe <colin@cmccabe.xyz>
Mon, 26 Dec 2016 04:59:25 +0000 (20:59 -0800)
.tmux.conf

index 904c86a..f6dd213 100644 (file)
@@ -11,9 +11,9 @@ set-window-option -g xterm-keys on
 
 set-window-option -g mode-keys vi
 set-option -g status-keys vi
-set-window-option -g utf8 on
-set-window-option -g mode-mouse off # disable mouse
-set -g mouse-select-pane off
+#set-window-option -g utf8 on
+#set-window-option -g mode-mouse off # disable mouse
+#set -g mouse-select-pane off
 set -g default-terminal "screen-256color"
 
 set -g visual-bell off
@@ -25,7 +25,7 @@ bind-key -n F8 next
 
 set-window-option -g window-status-current-bg cyan
 set-window-option -g window-status-current-fg black
-set-option -g status-utf8 on
+#set-option -g status-utf8 on
 set-option -g status-bg blue
 set-option -g status-fg white
 set-option -g status-interval 5