folke / persistence.nvim

💾 Simple session management for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature: recall tab names and terminal windows

SanderNotenbaert opened this issue · comments

Did you check the docs?

  • I have read all the persistence.nvim docs

Is your feature request related to a problem? Please describe.

There doesn't seem to be a way te recall the tab names (set with :TabRename), also the terminal windows are not retained and have to be re-opened every time after loading the session. If there is a way and I've missed it, do forgive me!

Describe the solution you'd like

Added options for saving terminals and for tab names.

Describe alternatives you've considered

Only way around it for now seems to be to rename the tabs and re-open the terminal windows after recalling the session. Again, excuse me if I'm mistaken!

Additional context

No response

you can add terminal to opts.options.

If tab renames doesn't work, then that's a Neovim issue. Persistence just uses Neovim's session management.

Check :h 'sessionoptions' for more details.