[tmux] stay in copy mode on drag end

This commit is contained in:
Fernando Schauenburg 2018-04-15 12:08:49 +02:00
parent e15d3b1a40
commit cf5c52fea6

View file

@ -23,6 +23,8 @@ bind -r C-j resize-pane -D 5
bind -r C-k resize-pane -U 5 bind -r C-k resize-pane -U 5
bind -r C-l resize-pane -R 5 bind -r C-l resize-pane -R 5
unbind-key -T copy-mode-vi MouseDragEnd1Pane # Stay in copy mode on drag end
# #
# General # General
# #