diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index ea26177..1e64677 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -73,9 +73,9 @@ if-shell '[ -f ~/.cache/dotfiles/tmux-theme.conf ]' \ 'source-file ~/.cache/dotfiles/tmux-theme.conf' \ 'source-file ~/.config/tmux/dragon-theme.conf' -# Resurrect +# Resurrect + continuum: auto-save every 15 min and restore on server start. set -g @resurrect-capture-pane-contents 'on' -# set -g @continuum-restore 'on' +set -g @continuum-restore 'on' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'