From 2050f4f130f771e821b220fb9c06b58fb10da4b1 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 13 Sep 2022 10:37:49 +0100 Subject: [PATCH] Prevent mouse click release events from existing copy mode --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index dd25b49..73f8127 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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.