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