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