Prevent mouse click release events from existing copy mode
This commit is contained in:
parent
fcb2b02eac
commit
2050f4f130
@ -36,6 +36,8 @@ set -g pane-base-index 1
|
|||||||
|
|
||||||
# Enable mouse support
|
# Enable mouse support
|
||||||
set-option -g mouse on
|
set-option -g mouse on
|
||||||
|
# Prevent mouse click up events exiting copy mode
|
||||||
|
unbind -T copy-mode-vi MouseDragEnd1Pane
|
||||||
|
|
||||||
# Enable changing cursor shape per pane, vim or zsh should emit escape
|
# Enable changing cursor shape per pane, vim or zsh should emit escape
|
||||||
# sequences to change cursor shape.
|
# sequences to change cursor shape.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user