(tmux) changed keybinding to start and stop copymode

This commit is contained in:
scbj
2025-05-15 15:30:36 +02:00
parent 8c0c3d05a9
commit cb1c4531db

View File

@@ -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