projects
/
cmccabe-etc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b0650fb
)
tmux: disable mouse supoort; it is annoying
author
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Thu, 29 Mar 2012 18:19:04 +0000 (11:19 -0700)
committer
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Thu, 29 Mar 2012 18:19:04 +0000 (11:19 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
.tmux.conf
patch
|
blob
|
history
diff --git
a/.tmux.conf
b/.tmux.conf
index
10f83c1
..
904c86a
100644
(file)
--- 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