소스 검색

Disable mouse in tmux

Emmanuel Bouthenot 13 년 전
부모
커밋
b3e460cce7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ###
 #