Top "Ctrlp" questions

CtrlP is a vim plugin which allows fast switching of buffers and files.

Installing ctrlp in VIM using vundle

I'm using vundle as my plugin manager for vim. However I'm having trouble installing ctrlp plugin. When I execute :BundleInstall …

vim vim-plugin vundle ctrlp
Slow performance on CtrlP , it doesn't work to ignore some folders

I tried to ignore the vendor by adding the following setting in .vimrc and I start my ctrlP by typing …

vim ctrlp
Use ag in ctrlp + vim

I want to use ag (silver searcher) with ctrlp and vim. I have this in my .vimrc: if executable("ag") …

vim ctrlp
ctrlp still searches the ignored directory

I tried to put ignored setting in .vimrc But when I used the ctrlp to search under rails app folder …

vim ctrlp
Ctrl-p can't find my file?

The following is my ctr-p config: let g:ctrlp_map = '<Leader>t' let g:ctrlp_match_window_…

vim ctrlp