From 7c6eafe3cd525897b2f46104a1eb637b11692d78 Mon Sep 17 00:00:00 2001 From: Yax Date: Fri, 11 Apr 2025 08:24:19 +0200 Subject: [PATCH] Replace fzf-switch plugin by zap --- dot_tmux.conf.tmpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 15bea7c..9d6f966 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -111,13 +111,15 @@ bind-key M-4 send-keys "$FAVORITE_COMMAND4" unbind r bind r source-file ~/.tmux.conf \; display-message "tmux config reloaded!" -# plugin fzf-session-switch -set -g @fzf-goto-session 's' +# plugin zap +set -g @zap_key 's' # default: 'z' +set -g @zap_width '50%' # default: '60%' +set -g @zap_height '40%' # default: '60%' # Plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin "arcticicestudio/nord-tmux" -set -g @plugin "brokenricefilms/tmux-fzf-session-switch" +set -g @plugin 'AleckAstan/tmux-zap' # run tpm run -b '~/.tmux/plugins/tpm/tpm'