Reuse same terminal after nvim restart
Opened this issue · 2 comments
PSeitz commented
s1n7ax commented
I believe you are using some kind of a session management plugin. I don't think there is a way to do that outside the session plugin you are using. Although in order to make that possible, I may have to make some changes to the APIs.
What is the session management plugin you are using?
PSeitz commented
I use two plugins, but I think this is about the buffers
setting in combinations with nvims mksession
command. So it restores the buffer with the terminal, but nvim-terminal
creates a new terminal after a restart.
" Session handling
Plug 'tpope/vim-obsession'
Plug 'dhruvasagar/vim-prosession'
...
set sessionoptions=buffers,curdir,tabpages,winsize