summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rwxr-xr-xvimrc5
1 files changed, 5 insertions, 0 deletions
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> <C-N> :silent noh<CR>
map <leader>cd :cd %:p:h<CR>:pwd<CR>
+map <leader>t :CtrlP<CR>
+map <leader>b :CtrlPBuffer<CR>
+map <leader>r :CtrlPMRU<CR>
+
set wildignore+=*.class,target/*,project/*
set guifont=DroidSansMono\ 10