From d9e10ed8824f53041c7c09588043beb79653e8b2 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 10 Jun 2015 14:57:35 -0400 Subject: Add CtrlP vim plugin. --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vimrc b/vimrc index cd76320..8daa02e 100755 --- a/vimrc +++ b/vimrc @@ -8,6 +8,7 @@ call vundle#begin() " Plugin 'wincent/command-t' Plugin 'chriskempson/vim-tomorrow-theme' Plugin 'gmarik/Vundle.vim' +Plugin 'ctrlpvim/ctrlp.vim' call vundle#end() set modeline @@ -40,6 +41,10 @@ setlocal complete+=ktags nmap :silent noh map cd :cd %:p:h:pwd +map t :CtrlP +map b :CtrlPBuffer +map r :CtrlPMRU + set wildignore+=*.class,target/*,project/* set guifont=DroidSansMono\ 10 -- cgit v1.2.3