Spacevim: Question: how to search a file in current directory or locate a file by filename?

Created on 25 Oct 2018  ·  5Comments  ·  Source: SpaceVim/SpaceVim

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:167_selected' ,'E15 invalid expression 167_selected' ,can somebody help?

Most helpful comment

I use SPC f f to search in current folder. don't know how to search in the whole github repo. @wsdjeg any ideas?

All 5 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gennad picture gennad  ·  4Comments

dzintars picture dzintars  ·  3Comments

wsdjeg picture wsdjeg  ·  3Comments

jetm picture jetm  ·  5Comments

linwaytin picture linwaytin  ·  4Comments