Created
October 27, 2015 09:54
-
-
Save tacahiroy/3333fc6453d35563de7f to your computer and use it in GitHub Desktop.
Open with new tab for ctrlp.vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let g:ctrlp_prompt_mappings = { | |
| \ 'AcceptSelection("e")': ['<C-e>'], | |
| \ 'AcceptSelection("t")': ['<Cr>'], | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment