folke / persistence.nvim

💾 Simple session management for Neovim
Apache License 2.0
655 stars 25 forks source link

feature: automatic restoration of all previous unclosed files when a file is opened #55

Closed WillScarlettOhara closed 3 months ago

WillScarlettOhara commented 5 months ago

Did you check the docs?

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

I'm trying to replace Notepad++ on Windows with Neovim because I love the Vim motions.

Describe the solution you'd like

I would love a plugin like yours that would allow me to open a file in a new tab (not new if the file already exist in the session), while preserving previous unclosed and even unsaved files. image

Describe alternatives you've considered

I've looked at other plugins like https://github.com/rmagatti/auto-session or even plugins for Tmux like https://github.com/omerxx/tmux-sessionx but none of them reproduce the Notepad++ session behavior when a file is opened.

Additional context

Thank you for your time.

github-actions[bot] commented 3 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

folke commented 3 months ago

no