" Remap CtrlP shortcut let g:ctrlp_map = 't' " Disable caching let g:ctrlp_use_caching = 0 " Only show files in git repo, ignoring .gitignore content let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files -co --exclude-standard']