Question

I've been using CtrlP for a while now, but I still haven't figured out how to re-index it. So whenever I want to create a new file I have to close all existing vim sessions, create the file, and then re-open them back. Otherwise the new file won't show up in the results.

I've been doing this without thinking much although this is really a huge pain in the ass. Today I decided to finally ask. Anyone know how to re-index CtrlP? I couldn't find it in the doc.

Was it helpful?

Solution

Did you read CtrlP's documentation? The answer is there, of course:

F5

Seriously, :help pluginname should be the first command to issue after installing a plugin. After :helptags ~/.vim/doc, maybe.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top