From 24fa6c66535a2474a12476a14abf22bb607caa0e Mon Sep 17 00:00:00 2001 From: Matthew Daly Date: Sat, 24 Aug 2013 19:03:44 +0100 Subject: [PATCH] Now open new files from Ctrl=P in new tab --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index d037281..feb49fb 100644 --- a/.vimrc +++ b/.vimrc @@ -36,6 +36,10 @@ nnoremap tn :tabnext " Use CtrlP set runtimepath^=~/.vim/bundle/ctrlp.vim +let g:ctrlp_prompt_mappings = { + \ 'AcceptSelection("e")': [], + \ 'AcceptSelection("t")': ['', ''], + \ } " Vexplore " Toggle Vexplore with Ctrl-E