changed old option "mode-mouse" to "mouse" for newer tmux
This commit is contained in:
@@ -14,7 +14,7 @@ set -g status-keys vi
|
|||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
set -g mode-mouse on
|
set -g mouse on
|
||||||
setw -g monitor-activity on
|
setw -g monitor-activity on
|
||||||
|
|
||||||
bind-key v split-window -h
|
bind-key v split-window -h
|
||||||
@@ -37,8 +37,8 @@ bind k select-pane -U
|
|||||||
bind l select-pane -R
|
bind l select-pane -R
|
||||||
|
|
||||||
# mouse mode on-off
|
# mouse mode on-off
|
||||||
bind e set -g mode-mouse on
|
bind e set -g mouse on
|
||||||
bind z set -g mode-mouse off
|
bind z set -g mouse off
|
||||||
|
|
||||||
# zoom
|
# zoom
|
||||||
bind Z resize-pane -Z
|
bind Z resize-pane -Z
|
||||||
|
|||||||
Reference in New Issue
Block a user