From 5ea35a3a31437ddab3f5a3097aa5c459babcac25 Mon Sep 17 00:00:00 2001 From: gyoder <70408179+gyoder@users.noreply.github.com> Date: Mon, 30 Jun 2025 10:05:43 -0600 Subject: [PATCH] tmux: added resurrect --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 68efb09..10c34d4 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -64,6 +64,8 @@ set -g @rose_pine_right_separator '  ' # Accepts both normal chars & nerdfont set -g @rose_pine_field_separator ' | ' # Again, 1-space padding, it updates with prefix + I set -g @rose_pine_window_separator ':' # Replaces the default `:` between the window number and name set -g @rose_pine_window_status_separator "  " +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' run '~/.tmux/plugins/tpm/tpm'