Try escape for copy-mode

This commit is contained in:
gardouille 2017-06-27 22:52:26 +02:00
parent d52f465d5d
commit a812e8fc2b
1 changed files with 1 additions and 0 deletions

View File

@ -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