Added auto restore of tmux session

This commit is contained in:
Danny Oh 2024-06-27 22:56:04 -05:00
parent a398981b0f
commit 9a08f0346d

View File

@ -7,6 +7,7 @@ set -g @plugin 'tmux-plugins/tmux-continuum' # autosave tmux sessions
# tmux-resurrect
set -g @resurrect-strategy-nvim 'session' # save nvim sessions
set -g @resurrect-capture-pane-contents 'on' # capture tmux panes
set -g @continuum-restore 'on' # automatically restore tmux session on server start
run '~/.tmux/plugins/tpm/tpm'