nanotee/zoxide.vim

Zoxide plugin doesn't follow z - command.

Closed this issue · 2 comments

In terminal ,If I do z folder1 and then do z folder2 and then to go back to previous folder I can just do z -. So z - takes me to folder1 .But that is not the case in zoxide.vim plugin. When i do :Z - it justs searches the folder with - in the folder name.

I forgot to handle that special case, should be fixed now

Thanks for this plugin btw. It's very handy to switch between projects with this.