feat(tmux): enable jumping to prev/next prompts in vi-copy-mode
This commit is contained in:
@@ -200,6 +200,9 @@ bind-key -r C-h resize-pane -L
|
||||
bind-key -r C-l resize-pane -R
|
||||
bind-key o last-window
|
||||
|
||||
bind -T copy-mode-vi n send-keys -X next-prompt
|
||||
bind -T copy-mode-vi p send-keys -X previous-prompt
|
||||
|
||||
# Plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
Reference in New Issue
Block a user