Skip to content

Instantly share code, notes, and snippets.

@paulfryzel
Created February 13, 2013 17:17
Show Gist options
  • Save paulfryzel/4946245 to your computer and use it in GitHub Desktop.
Save paulfryzel/4946245 to your computer and use it in GitHub Desktop.
let g:ctrlp_map = '<c-p>'
let g:ctrlp_cmd = 'CtrlP'
let g:ctrlp_custom_ignore = {
\ 'dir': '\v[\/]\.(git|hg|svn)$|node_modules',
\ 'file': '\v\.(exe|so|dll|DS_Store)$',
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment