kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

Support for including only certain files #716

Open joshpfosi opened 7 years ago

joshpfosi commented 7 years ago

Hi I am working in a project with 200k + files in a given workspace but only a small fraction which I need access to at a given time. I see the option to configure dirs which I want to ignore, but it is tedious to ignore the many directories just to search 1-3. I would much prefer to specify a positive regex e.g. g:ctrlp_custom_include. Is this possible?

allopislozano commented 5 years ago

I would like this too