From cb1c4531db409f2fdc2a248d631a2b973a35753d Mon Sep 17 00:00:00 2001 From: scbj Date: Thu, 15 May 2025 15:30:36 +0200 Subject: [PATCH] (tmux) changed keybinding to start and stop copymode --- tmux/.config/tmux/keymaps.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tmux/.config/tmux/keymaps.conf b/tmux/.config/tmux/keymaps.conf index 335dee3..c19274e 100644 --- a/tmux/.config/tmux/keymaps.conf +++ b/tmux/.config/tmux/keymaps.conf @@ -7,10 +7,11 @@ bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "config reloa # navigation and modes set-window-option -g mode-keys vi -bind-key -n M-c copy-mode +bind-key -n M-v copy-mode -bind-key -T copy-mode-vi 'v' send -X begin-selection -bind-key -T copy-mode-vi 'y' send -X copy-selection +bind-key -T copy-mode-vi 'Escape' send -X cancel +bind-key -T copy-mode-vi 'v' send -X begin-selection +bind-key -T copy-mode-vi 'y' send -X copy-selection # window navigation bind-key -n M-Left previous-window