feat(tmuxinator): show popup for choosing session on <prefix>s

This commit is contained in:
Oliver
2025-10-06 13:57:09 +02:00
parent fdf5efedb1
commit 383a900c2d
2 changed files with 42 additions and 0 deletions

View File

@@ -66,5 +66,7 @@ set -g @plugin 'omerxx/tmux-sessionx'
set -g @plugin 'christoomey/vim-tmux-navigator'
bind-key s display-popup -w 30% -h 30% -E "~/.config/tmux/bin/fuzzy-switch.sh"
# Initialise tmux plugin manager (needs to be at the bottom of the file)
run '~/.config/tmux/plugins/tpm/tpm'