Search in currect directory, not root of project #51
-
|
I’m sorry if this is obvious, but I’ve used vi/vim/neovim for 30+ years and typing :n filename to change to a different file is ingrained… with the MiniMax configuration, it offers up file completion that is based on the root of the project (git repository in my case) - is there some way to change it to be current directory? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
IronGreninja
Apr 18, 2026
Replies: 1 comment 2 replies
-
|
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bdillahu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MiniMisc.setup_auto_root()is responsible i think. So, removing it should restore the default behavior.