From: Colin Patrick Mccabe Date: Thu, 29 Mar 2012 18:19:04 +0000 (-0700) Subject: tmux: disable mouse supoort; it is annoying X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96435bfebe031d91cb1ce3dbe3b7d4a655096362;p=cmccabe-etc tmux: disable mouse supoort; it is annoying Signed-off-by: Colin McCabe --- diff --git a/.tmux.conf b/.tmux.conf index 10f83c1..904c86a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -12,8 +12,8 @@ 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 on # enable mouse -set -g mouse-select-pane 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