(tmux) changed keybinding to start and stop copymode
This commit is contained in:
@@ -7,8 +7,9 @@ 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 '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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user