diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 1c3bc817..e5e6d8bb 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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 #