Prevent mouse click release events from existing copy mode

This commit is contained in:
Kenneth Benzie 2022-09-13 10:37:49 +01:00
parent fcb2b02eac
commit 2050f4f130

View File

@ -36,6 +36,8 @@ set -g pane-base-index 1
# Enable mouse support
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
# sequences to change cursor shape.