Y
Hacker News
new
|
ask
|
show
|
jobs
by
amadeus
5166 days ago
If you are on Unix, add this to your vimrc and the directory indexing speed should go through the roof:
https://gist.github.com/ee14d6ecb9196a07da56
1 comments
jamesgeck0
5166 days ago
Is that offloading the task of scanning file names to the find command?
link
jpk
5166 days ago
Looks like find is piped into head, though. So it would only index the first ten?
link
aidenn0
5166 days ago
No, it's the first g:ctrlp_max_files which is defined as 10000
link
jpk
5165 days ago
Oh, true. Good call.
link