CtrlP is a vim plugin which allows fast switching of buffers and files.
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 ctrlpI tried to ignore the vendor by adding the following setting in .vimrc and I start my ctrlP by typing …
vim ctrlpI want to use ag (silver searcher) with ctrlp and vim. I have this in my .vimrc: if executable("ag") …
vim ctrlpI tried to put ignored setting in .vimrc But when I used the ctrlp to search under rails app folder …
vim ctrlpThe following is my ctr-p config: let g:ctrlp_map = '<Leader>t' let g:ctrlp_match_window_…
vim ctrlp