From 2ac9d07ceff86ddc07c74e8a72d825c4fc35d815 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 19 Apr 2024 02:34:00 +0200 Subject: [PATCH] Esc now exists copy-mode-vi in tmux --- tmux/dot-tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf index f4265e9..f515916 100644 --- a/tmux/dot-tmux.conf +++ b/tmux/dot-tmux.conf @@ -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