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'