vim-obsession icon indicating copy to clipboard operation
vim-obsession copied to clipboard

Enable saving of Neovim's terminal buffers

Open chapati23 opened this issue 9 years ago • 7 comments

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?

chapati23 avatar Mar 23 '16 12:03 chapati23

Meaning what, exactly? We certainly can't persist the exact state of a running shell.

tpope avatar Mar 23 '16 16:03 tpope

Meaning preserving the buffer and restore a fresh terminal on relaunch. That'd be very powerful and basically could replace tmux for me.

chapati23 avatar Mar 23 '16 17:03 chapati23

I would also be interested in this feature.

jaypozo avatar Oct 03 '16 18:10 jaypozo

I'm also expecting this functionality. Here's prayin'! PS: tpope is my hero!

erlandsona avatar Nov 18 '18 03:11 erlandsona

Seems like this should be implemented Neovim side? Neovim is generating the session, we're just managing how it happens.

tpope avatar Nov 18 '18 06:11 tpope

That makes sense :+1:

erlandsona avatar Nov 18 '18 15:11 erlandsona

Related: https://github.com/neovim/neovim/issues/28297

ColinKennedy avatar Apr 13 '24 21:04 ColinKennedy