prefix m/M now enables/disables mouse mode
This commit is contained in:
parent
786919863d
commit
c964dd7181
1 changed files with 9 additions and 0 deletions
|
@ -49,3 +49,12 @@ set -g display-panes-time 800
|
|||
set -g display-time 1000
|
||||
set -g status-interval 10
|
||||
|
||||
# set mouse on with prefix m
|
||||
bind m \
|
||||
set-option -g mouse on \;\
|
||||
display 'Mouse: ON'
|
||||
# set mouse off with prefix M
|
||||
bind M \
|
||||
set-option -g mouse off \;\
|
||||
display 'Mouse: OFF'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue