Esc now exists copy-mode-vi in tmux

This commit is contained in:
2024-04-19 02:34:00 +02:00
parent b8f72ed2ec
commit 2ac9d07cef

View File

@@ -13,6 +13,7 @@ set-option -g focus-events on
setw -g mode-keys vi
bind -T copy-mode-vi v send -X begin-selection
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel
bind -T copy-mode-vi Escape send-keys -X cancel
# Change leader
unbind C-b