changed old option "mode-mouse" to "mouse" for newer tmux

This commit is contained in:
motius 2017-08-15 12:03:14 +02:00
parent 7e523091c6
commit fffa46fa6a
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ set -g status-keys vi
set -g history-limit 10000
setw -g mode-keys vi
set -g mode-mouse on
set -g mouse on
setw -g monitor-activity on
bind-key v split-window -h
@ -37,8 +37,8 @@ bind k select-pane -U
bind l select-pane -R
# mouse mode on-off
bind e set -g mode-mouse on
bind z set -g mode-mouse off
bind e set -g mouse on
bind z set -g mouse off
# zoom
bind Z resize-pane -Z