Dominik Filip

Results 2 comments of Dominik Filip

In your .vimrc ``` let g:ctrlp_prompt_mappings = { \ 'AcceptSelection("e")': [''], \ 'AcceptSelection("t")': [''], \ } ``` Don't omit the "e" line to make sure you "unbind" beforehand.