feat(tmux): enable jumping to prev/next prompts in vi-copy-mode

This commit is contained in:
Oscar Wallberg
2024-10-23 05:42:42 +02:00
parent 910f46d0cc
commit 360b2f66f9
2 changed files with 9 additions and 3 deletions
+3
View File
@@ -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'