Skip to content

Commit e7b27d1

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. - From within normal mode, press Ctrl + P, and start typing. - You'll see that a list of all files in this subdirectory are getting filtered as you type, - you only have to type a few characters to bring up the file that you need. - Press Enter to open the file, or Ctrl + T to open in a new tab.
1 parent 0706f73 commit e7b27d1

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
@@ -21,6 +21,7 @@ Plugin 'vim-syntastic/syntastic'
2121
Plugin 'xolox/vim-misc'
2222
Plugin 'xolox/vim-easytags'
2323
Plugin 'majutsushi/tagbar'
24+
Plugin 'ctrlpvim/ctrlp.vim'
2425

2526
call vundle#end()
2627

0 commit comments

Comments
 (0)