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'