From 948039bfb6392e00577beeade5f7bb1d62986180 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Wed, 28 Feb 2024 04:10:57 +0100 Subject: [PATCH] Removed the autorestore option when opening a new tmux session --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index ba683e5..23c11c7 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -47,7 +47,7 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions after compu set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves sessions for you every 15 minutes set -g @resurrect-capture-pane-contents 'on' # allow tmux-ressurect to capture pane contents -set -g @continuum-restore 'on' # enable tmux-continuum functionality +# set -g @continuum-restore 'on' # enable tmux-continuum functionality # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.config/tmux/plugins/tpm/tpm'