Skip to content

Commit 80db74f

Browse files
committed
Plugin ctrlp
ctrlp is a magical Vim plugin for finding files quickly. It lets you "fuzzy find" files, which you'll be familiar with if you use Sublime a lot. Basically, you can type a subset of the letters in a file's name, and the plugin will be smart enough to figure it out.
1 parent fd2c49c commit 80db74f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vimrc.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Plugin 'scrooloose/syntastic'
2020
Plugin 'xolox/vim-misc'
2121
Plugin 'xolox/vim-easytags'
2222
Plugin 'majutsushi/tagbar'
23+
Plugin 'kien/ctrlp.vim'
2324

2425
call vundle#end()
2526

0 commit comments

Comments
 (0)