Restore vim sessions in tmux

This commit is contained in:
coolneng 2019-03-26 17:00:30 +01:00
parent e8c922a2f4
commit 0af224b455
1 changed files with 1 additions and 0 deletions

View File

@ -101,5 +101,6 @@ set -g @resurrect-processes ':all:'
set -g @resurrect-capture-pane-contents 'on' set -g @resurrect-capture-pane-contents 'on'
set -g @continuum-restore 'on' set -g @continuum-restore 'on'
set -g @continuum-save-interval '15' set -g @continuum-save-interval '15'
set -g @resurrect-strategy-vim 'session'
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'