From 62e72cafe3d81e53a83189a52c1df34b7d8f2d1f Mon Sep 17 00:00:00 2001 From: don philipe Date: Wed, 16 Oct 2024 10:45:23 +0200 Subject: [PATCH] Set autorestore on for tmux resurrect --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index c01f2d4..ecead2d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,6 +9,11 @@ set-window-option -g window-style bg="#32302f" set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' +# Plugin configurations + +# auto-restore +set -g @continuum-restore 'on' + # Install plugin manager #git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm # Install plugin: