From cf5c52fea6ce5e3bdcaec71c578e04abccecf62a Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 15 Apr 2018 12:08:49 +0200 Subject: [PATCH] [tmux] stay in copy mode on drag end --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index ed6db57..817da83 100644 --- a/tmux.conf +++ b/tmux.conf @@ -23,6 +23,8 @@ bind -r C-j resize-pane -D 5 bind -r C-k resize-pane -U 5 bind -r C-l resize-pane -R 5 +unbind-key -T copy-mode-vi MouseDragEnd1Pane # Stay in copy mode on drag end + # # General #