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