Set autorestore on for tmux resurrect

This commit is contained in:
don philipe
2024-10-16 10:45:23 +02:00
parent 6cf7031cfe
commit 62e72cafe3

View File

@@ -9,6 +9,11 @@ set-window-option -g window-style bg="#32302f"
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
# Plugin configurations
# auto-restore
set -g @continuum-restore 'on'
# Install plugin manager
#git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Install plugin: