Skip to content

Commit

Permalink
CtrP customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Feb 7, 2013
1 parent 609a1de commit dd371f8
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 @@ -369,6 +369,10 @@ nnoremap <leader>tg :topleft :vsplit Gemfile<cr>
"
Bundle 'kien/ctrlp.vim'
let g:ctrlp_map = '<leader>t'
let g:ctrlp_match_window_bottom=1
let g:ctrlp_max_height = 20
let g:ctrlp_match_window_reversed = 1
let g:ctrlp_switch_buffer = 'e'

" Misc stuff
Bundle '~/Dropbox/.gitrepos/utilz.vim.git'
Expand Down

0 comments on commit dd371f8

Please sign in to comment.