From 88f23a04e06f731f4b056588e637cc078a034ac8 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:37:19 +0200 Subject: [PATCH] Add fzf-session-switch plugin. Bind to prefix+s --- dot_tmux.conf.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 8352004..2fa209c 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -120,9 +120,13 @@ bind-key M-4 send-keys "$FAVORITE_COMMAND4" unbind r bind r source-file ~/.tmux.conf \; display-message "config reloaded!" +# plugin fzf-session-switch +set -g @fzf-goto-session 's' + # Plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin "arcticicestudio/nord-tmux" +set -g @plugin "brokenricefilms/tmux-fzf-session-switch" # run tpm run -b '~/.tmux/plugins/tpm/tpm'