Browse Source

Disable mouse in tmux

Emmanuel Bouthenot 12 years ago
parent
commit
b3e460cce7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .tmux.conf

+ 1 - 1
.tmux.conf

@@ -15,7 +15,7 @@ set -g default-terminal "screen-256color"
 set -g history-limit 1000
 set -g update-environment "DISPLAY WINDOWID SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION"
 #set -g terminal-overrides 'xterm*:smcup@:rmcup@'
-setw -g mode-mouse on
+setw -g mode-mouse off
 
 ### Backport some “screen” setting ###
 #