From b3451d0cedc894317b724020e5fb500441222515 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Mon, 25 Apr 2016 08:35:16 -0500 Subject: [PATCH] removed utf8 options --- .tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 311b0e0..5340bc4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -39,7 +39,6 @@ set-option -g status-right-style default set-option -g status-style fg=black,bg=cyan set-option -g message-command-style fg=green,bg=black set-option -g message-style fg=white,bg=red -set-option -g status-utf8 on set-option -g update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY" # Set audible bell on, and visual bell off because it is slooooowwwww @@ -59,7 +58,6 @@ set-option -g pane-border-style fg=colour8 bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M bind -n WheelDownPane select-pane -t= \; send-keys -M set-option -g mouse on -set-option -g mouse-utf8 on # Use C-a,Shift-R to reload configuration bind R source-file ~/.tmux.conf \; display-message "Config reloaded..."