From 9a08f0346d783dcc97e4615d538d7f6e278d905d Mon Sep 17 00:00:00 2001 From: Danny Oh Date: Thu, 27 Jun 2024 22:56:04 -0500 Subject: [PATCH] Added auto restore of tmux session --- tmux.conf | 1 + 1 file changed, 1 insertion(+) 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'