2023-12-10 21:22:07 +00:00
|
|
|
# tmux_plugins.conf
|
|
|
|
|
|
|
|
# List of plugins
|
|
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
2024-10-21 18:19:19 +01:00
|
|
|
set -g @plugin 'niqodea/tmux-matryoshka'
|
2024-11-28 18:33:37 +00:00
|
|
|
set -g @plugin 'AngryMorrocoy/tmux-neolazygit'
|
|
|
|
set -g @plugin 'laktak/extrakto'
|
|
|
|
set -g @plugin 'Morantron/tmux-fingers'
|
2023-12-10 21:22:07 +00:00
|
|
|
|
|
|
|
# Plugin settings
|
2024-02-22 11:33:07 +00:00
|
|
|
set -g @resurrect-strategy-nvim 'session'
|
|
|
|
set -g @resurrect-capture-pane-contents 'on'
|
|
|
|
set -g @continuum-save-interval '5'
|
2024-11-28 18:33:37 +00:00
|
|
|
set -g @open-lazygit 'g'
|
2023-12-10 21:22:07 +00:00
|
|
|
|