AutoYADM commit: 2024-12-24 13:15:02

This commit is contained in:
Daniel Fichtinger 2024-12-24 13:15:02 -05:00
parent 312318daf9
commit c8e4d7c742

View file

@ -60,10 +60,25 @@ set -g @minimal-tmux-justify "centre"
set -g @minimal-tmux-bg "#933737"
set -g @minimal-tmux-fg "#000000"
### Session management -- TODO: configure later
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @resurrect-strategy-nvim 'session'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @continuum-boot 'on'
# set -g @plugin 'tmux-plugins/tmux-resurrect'
# set -g @plugin 'tmux-plugins/tmux-continuum'
# Awesome Tmux
# note: prefix + Tab to trigger
set -g @plugin 'laktak/extrakto'
# prefix + ?: keybindings help
set -g @plugin 'lost-melody/tmux-command-palette'
# easymotion
set -g @plugin 'ddzero2c/tmux-easymotion'
set -g @easymotion-key 's'
# prefix + T
set -g @plugin '27medkamal/tmux-session-wizard'
# TODO:
# https://github.com/whame/tmux-modal
### NAVIGATION KEYBINDINGS
#