mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 06:55:11 +01:00
Better fix for mouse support and toggling
This commit is contained in:
@@ -96,19 +96,19 @@ set -g update-environment -r
|
|||||||
setw -g xterm-keys on
|
setw -g xterm-keys on
|
||||||
|
|
||||||
# Mouse support for resizing and selecting panes, default to off
|
# Mouse support for resizing and selecting panes, default to off
|
||||||
|
set -g mouse-utf8 off
|
||||||
set -g mouse off
|
set -g mouse off
|
||||||
|
|
||||||
# toggle mouse mode to allow mouse copy/paste
|
# toggle mouse mode to allow mouse copy/paste
|
||||||
# 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 \;\
|
||||||
display 'Mouse: ON'
|
display 'Mouse: ON'
|
||||||
# set mouse off with prefix M
|
# set mouse off with prefix M
|
||||||
bind M \
|
bind M \
|
||||||
set -g mode-mouse off \;\
|
set -g mouse off \;\
|
||||||
set -g mouse-resize-pane off \;\
|
set -g mouse-utf8 off \;\
|
||||||
set -g mouse-select-pane off \;\
|
|
||||||
set -g mouse-select-window 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