From b67066cf8336c801ffc021fc6c93cb56336bc652 Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Sat, 20 May 2023 21:39:04 +0100 Subject: [PATCH] [FIX] fix tmux continuum not saving --- .config/tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'