Browse Source

Fix tmux deprecated option

Emmanuel Bouthenot 6 years ago
parent
commit
9f1060ede6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/tmux/tmux.conf

+ 1 - 1
tools/tmux/tmux.conf

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