first, the reason i dont like using command ':find filename' is that command 'find' no only needs to set search path but also acts not well while searching some files below directory( often cannot find them)
as the question tittle, does the catalogue plugin 'vimfiler' of spacevim provide a function of search(or locate) a file by filename? I have read about the document of 'vimfiler' on website
(https://github.com/Shougo/vimfiler.vim/blob/master/doc/vimfiler.txt#L538) and found shortcut key 'gf' may be what i want, however, it cannot be used and causes some errors such as 'E117 unknow function:
I use SPC f f to search in current folder. don't know how to search in the whole github repo. @wsdjeg any ideas?
you can use SPC p f or <C-p> in normal mode.
thanks all, I am using plugin LeaderF now by modifying spacevim's config file ".Spacevim.d/init.toml" to add it, a really amazing plugin
but still cannot get a directory tree plugin which supports fuzzy search,expecting
what do you mean a directory tree plugin which supports fuzzy search?
Most helpful comment
I use
SPC f fto search in current folder. don't know how to search in the whole github repo. @wsdjeg any ideas?