" Specific search configurations " ctrlp hotkeys let g:ctrlp_map='' let g:ctrlp_cmd='CtrlP' " Rebind Ctrl-P to match the window opening keys of nerd tree let g:ctrl_p_prompt_mappings = { \ 'AcceptSelection("h")': ['', '', ''], \ 'AcceptSelection("v")': ['', ''], \ } " ctrlp configuration set wildignore+=*/tmp/*,*.so,*.swp,*.zip " MacOSX/Linux set wildignore+=*\\tmp\\*,*.swp,*.zip,*.exe " Windows