From a812e8fc2b9e896002e57d325516645ea3b91d55 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 27 Jun 2017 22:52:26 +0200 Subject: [PATCH] Try escape for copy-mode --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 1aff6e8..af3e28a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -93,6 +93,7 @@ bind-key C-v run "tmux set-buffer -- \"$(xclip -o -selection clipboard)\"; tmux # Copy-mode unbind PPage bind PPage copy-mode +bind-key ESCAPE copy-mode bind-key -T copy-mode-vi 'v' send -X begin-selection bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel