-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Add new default map #22
Comments
That map will clear all caches every time CtrlP starts. If you want that behavior, you can simply put this into your vimrc: let g:ctrlp_use_caching = 0 It's practically the same. |
It would be to facilitate clearing the cache at certain times. I do not say to replace it, this uses the "leader" before "C-p" But it's just a suggestion. :) |
You can use |
Remove custom_ancestors since root_markers does the same thing.
map <silent><leader><C-p> :ClearCtrlPCache<CR>:CtrlP<CR>
The text was updated successfully, but these errors were encountered: