From ec5b3a0e296fcab2fde32e34e0f50a48ba0c5bdc Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 5 Apr 2024 09:15:38 +0300 Subject: [PATCH] feat(tmux): mappings --- home/user/.config/tmux/mappings.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index b1d998d..e7f9c2c 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -70,8 +70,7 @@ bind v copy-mode bind p paste-buffer bind -T copy-mode-vi v send-keys -X begin-selection -bind -T copy-mode-vi c send-keys -X clear-selection -bind -T copy-mode-vi y send-keys -X copy-selection +bind -T copy-mode-vi y send-keys -X copy-selection-and-cancel bind -T copy-mode-vi C-v send-keys -X rectangle-toggle bind -T copy-mode-vi Escape send-keys -X cancel