dotfiles/.config/tmux/conf/plugins.conf
Sergio Laín 92f4335802
refactor(tmux): move theming section to a new file
Also added some new cool additions to the bar that pair really well
with the bar of nvim and yazi
2025-08-11 20:11:02 +02:00

9 lines
292 B
Text

# Plugins Declaration
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'Morantron/tmux-fingers'
# Plugin Options
## tmux-fingers
bind -n M-f run -b "#{@fingers-cli} start #{pane_id}"
bind u run -b "#{@fingers-cli} start #{pane_id} --patterns url"