From 02e0ef96b97c257e75a2a412100b7f15ce1bf4dc Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Wed, 18 Feb 2026 15:37:50 -0500 Subject: [PATCH] update --- tmux/.config/tmux/tmux.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index c6bd5d3..1de7996 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -135,3 +135,17 @@ set-option -g window-status-current-format "\ # Remove the separator between window list items, as we already have spacing # "around" inactive items set-option -g window-status-separator "" + +## +# Plugins (TPM) +## + +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' + +# Continuum: auto-save every 10 minutes +set -g @continuum-save-interval '10' + +# Initialize TPM (keep this line at the very bottom) +run '~/.tmux/plugins/tpm/tpm'