Is there a way configure not to save a session if nvim was opened to edit a single file? #93
Unanswered
theoribeiro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I'm in a directory that has a previous session saved and open nvim to edit a specific file, let's say I run
nvim ~/.ssh/config
because I need to edit it really quick and then quit nvim, the previous session is lost.Is there a way to prevent this from happening like rmagatti/auto-session, which has this behavior as default?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions