diff --git a/tmux.conf b/tmux.conf index 2adc6d4..6cd3575 100644 --- a/tmux.conf +++ b/tmux.conf @@ -7,6 +7,7 @@ set -g @plugin 'tmux-plugins/tmux-continuum' # autosave tmux sessions # tmux-resurrect set -g @resurrect-strategy-nvim 'session' # save nvim sessions set -g @resurrect-capture-pane-contents 'on' # capture tmux panes +set -g @continuum-restore 'on' # automatically restore tmux session on server start run '~/.tmux/plugins/tpm/tpm'