How to prevent session for git branches merged #388
-
Hello, Thank you for writing this amazing plugin. I have the following query
While I understand this is the expected behaviour because when I load session for branch B and then quit nvim the session for cwd is replaced with session for branch B, is there any way I can keep the sessions for different branches isolated even if I open these sessions within neovim similar to how sessions for different cwds are handled. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hey! Interesting, it looks to me like this is a bug. According to your steps, when on number 4 you select session for branch B, the saving should be to branch B as well, not branch A. Are you using rmagatti/session-lens by any chance? Because that's deprecated, all its functionality is provided directly within auto-session now. @cameronr FYI in case you've come across this at all |
Beta Was this translation helpful? Give feedback.
-
I had just implemented a feature request and, as it turns out, it covers this case as well. I just merged in the changes. @rbhanot4739 Pull down the latest changes and let me know if it's working or not. |
Beta Was this translation helpful? Give feedback.
I had just implemented a feature request and, as it turns out, it covers this case as well. I just merged in the changes.
@rbhanot4739 Pull down the latest changes and let me know if it's working or not.