Removed the autorestore option when opening a new tmux session

This commit is contained in:
2024-02-28 04:10:57 +01:00
parent e8de2fa34d
commit 948039bfb6

View File

@@ -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'