tmux: added resurrect

This commit is contained in:
gyoder 2025-06-30 10:05:43 -06:00
parent d7037fda4e
commit 5ea35a3a31

View file

@ -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_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_separator ':' # Replaces the default `:` between the window number and name
set -g @rose_pine_window_status_separator "  " 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' run '~/.tmux/plugins/tpm/tpm'