diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 6dc62c0..b0e0328 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -45,7 +45,8 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' #THIS IS ALSO GOD MOD FOR TMUX #THIS HAS TO BE LAST IN THE LIST OF PLUGINS set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @continuum-restore 'on' +set -g @continuum-save-interval '10' set -g @continuum-boot 'on' - # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'