
Also added some new cool additions to the bar that pair really well with the bar of nvim and yazi
9 lines
292 B
Text
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"
|