(tmux) changed keybinding to start and stop copymode
This commit is contained in:
@@ -7,10 +7,11 @@ bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "config reloa
|
|||||||
|
|
||||||
# navigation and modes
|
# navigation and modes
|
||||||
set-window-option -g mode-keys vi
|
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 'Escape' send -X cancel
|
||||||
bind-key -T copy-mode-vi 'y' send -X copy-selection
|
bind-key -T copy-mode-vi 'v' send -X begin-selection
|
||||||
|
bind-key -T copy-mode-vi 'y' send -X copy-selection
|
||||||
|
|
||||||
# window navigation
|
# window navigation
|
||||||
bind-key -n M-Left previous-window
|
bind-key -n M-Left previous-window
|
||||||
|
|||||||
Reference in New Issue
Block a user