Esc now exists copy-mode-vi in tmux

This commit is contained in:
Dreaded_X 2024-04-19 02:34:00 +02:00
parent b8f72ed2ec
commit 2ac9d07cef
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

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