mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 02:25:11 +01:00
mouse-utf8 seems deprecated
This commit is contained in:
@@ -103,12 +103,12 @@ if-shell "if [[ `tmux -V | cut -d' ' -f2` -lt 2.1 ]]; then true; else false; fi"
|
|||||||
# set mouse on with prefix m
|
# set mouse on with prefix m
|
||||||
bind m \
|
bind m \
|
||||||
set -g mouse on \;\
|
set -g mouse on \;\
|
||||||
set -g mouse-utf8 on \;\
|
#set -g mouse-utf8 on \;\
|
||||||
display 'Mouse: ON'
|
display 'Mouse: ON'
|
||||||
# set mouse off with prefix M
|
# set mouse off with prefix M
|
||||||
bind M \
|
bind M \
|
||||||
set -g mouse off \;\
|
set -g mouse off \;\
|
||||||
set -g mouse-utf8 off \;\
|
#set -g mouse-utf8 off \;\
|
||||||
display 'Mouse: OFF'
|
display 'Mouse: OFF'
|
||||||
# zoom this pane to full screen
|
# zoom this pane to full screen
|
||||||
bind + \
|
bind + \
|
||||||
|
|||||||
Reference in New Issue
Block a user