From cfc47c3769c704e0374f00b1eed68aefd67bc4ef Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Thu, 18 Jan 2024 12:17:26 -0500 Subject: [PATCH] tmux.conf: enable tmux-continuum plugin --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 748c4c6..28eb640 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -94,4 +94,5 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @resurrect-strategy-vim 'session' set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @continuum-restore 'on' run '~/.tmux/plugins/tpm/tpm'