Restore vim sessions in tmux
This commit is contained in:
parent
e8c922a2f4
commit
0af224b455
|
@ -101,5 +101,6 @@ set -g @resurrect-processes ':all:'
|
|||
set -g @resurrect-capture-pane-contents 'on'
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @continuum-save-interval '15'
|
||||
set -g @resurrect-strategy-vim 'session'
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
|
Loading…
Reference in New Issue