Skip to content

Commit

Permalink
Now open new files from Ctrl=P in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbdaly committed Aug 24, 2013
1 parent 8efedf4 commit 24fa6c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vimrc
Expand Up @@ -36,6 +36,10 @@ nnoremap tn :tabnext<CR>
" Use CtrlP
set runtimepath^=~/.vim/bundle/ctrlp.vim
let g:ctrlp_prompt_mappings = {
\ 'AcceptSelection("e")': [],
\ 'AcceptSelection("t")': ['<cr>', '<c-m>'],
\ }

" Vexplore
" Toggle Vexplore with Ctrl-E
Expand Down

0 comments on commit 24fa6c6

Please sign in to comment.