From c8e4d7c74254050f0cfa101e179f8d26340c7e29 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 24 Dec 2024 13:15:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-24 13:15:02 --- .config/tmux/tmux.conf | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) 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 #