feat(tmux): add tmux-jump plugin

This commit is contained in:
Stefan Imhoff
2024-06-26 10:25:32 +02:00
parent 2f542343d6
commit 0a64790e2f

View File

@@ -159,6 +159,7 @@ set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-sessionist' set -g @plugin 'tmux-plugins/tmux-sessionist'
set -g @plugin 'tmux-plugins/tmux-urlview' set -g @plugin 'tmux-plugins/tmux-urlview'
set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'schasse/tmux-jump'
set -g @plugin 'nhdaly/tmux-better-mouse-mode' set -g @plugin 'nhdaly/tmux-better-mouse-mode'
set -g @plugin 'carlocab/tmux-nvr' set -g @plugin 'carlocab/tmux-nvr'
set -g @plugin 'nhdaly/tmux-scroll-copy-mode' set -g @plugin 'nhdaly/tmux-scroll-copy-mode'