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'