From 0a64790e2f26ec20b72b588e68b8f290508415de Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 26 Jun 2024 10:25:32 +0200 Subject: [PATCH] feat(tmux): add tmux-jump plugin --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index b0d2471..a755cc6 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -159,6 +159,7 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-sessionist' set -g @plugin 'tmux-plugins/tmux-urlview' set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin 'schasse/tmux-jump' set -g @plugin 'nhdaly/tmux-better-mouse-mode' set -g @plugin 'carlocab/tmux-nvr' set -g @plugin 'nhdaly/tmux-scroll-copy-mode'