Skip to content

Commit

Permalink
CtrlP
Browse files Browse the repository at this point in the history
  • Loading branch information
msadouni committed Mar 19, 2014
1 parent 48b1c89 commit 1d4b600
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ call vundle#rc()
Bundle 'gmarik/vundle'

Bundle 'chriskempson/tomorrow-theme', {'rtp': 'vim/'}
Bundle 'kien/ctrlp.vim'
Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-git'

Expand All @@ -25,3 +26,6 @@ if has("gui_running")
set guifont=Menlo\ Regular:h14
endif

" CtrlP
nnoremap <leader><leader> :CtrlP<CR>

0 comments on commit 1d4b600

Please sign in to comment.