Open sessions when opening a directory #93
Dioswilson
started this conversation in
Ideas
Replies: 2 comments
-
@Dioswilson I created a PR for this. Would you mind pulling the changes to test out if it results in the expected behavior? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@neandrake I had some issues with it:
When opening opening without Neotree's option then a If launching from another directory ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I was searching for a plugin like this for a while, it all works well except one thing. I'd like to have the hability to open a directory (something like
nvim .config/nvim
) and have the session corresponding to that directory, this would be great because it would save time when opening a project.While I have it implemented with the following autocmd:
This doesn't work too well, It sometimes doesn't work and other times it opens on the prevois buffer I was on when I closed(I have autosave on) and the buffer I was in goes all white and with some commands not working there. Also this doesn't behve well with neo-tree's
hijack_netrw_behavior
Beta Was this translation helpful? Give feedback.
All reactions