aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 11e56938..6d8caebc 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -20,6 +20,7 @@ bind-key -r '>' resize-pane -R 5
# Vim-like select/yank
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection
+bind-key -t vi-copy Escape cancel
# Vim-like pane switching
bind-key h select-pane -L