문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top