vim-obsession
vim-obsession copied to clipboard
Enable saving of Neovim's terminal buffers
Neovim has a neat terminal emulator. If you call :terminal then the active buffer will turn into a terminal buffer => https://neovim.io/doc/user/nvim_terminal_emulator.html
Don't know enough about the inner workings of that but:
Would it be possible to have vim-obsession also save those :terminal buffers?
Meaning what, exactly? We certainly can't persist the exact state of a running shell.
Meaning preserving the buffer and restore a fresh terminal on relaunch. That'd be very powerful and basically could replace tmux for me.
I would also be interested in this feature.
I'm also expecting this functionality. Here's prayin'! PS: tpope is my hero!
Seems like this should be implemented Neovim side? Neovim is generating the session, we're just managing how it happens.
That makes sense :+1:
Related: https://github.com/neovim/neovim/issues/28297