Skip to content

Instantly share code, notes, and snippets.

@ryansch
Last active December 12, 2015 07:59
Show Gist options
  • Select an option

  • Save ryansch/4741043 to your computer and use it in GitHub Desktop.

Select an option

Save ryansch/4741043 to your computer and use it in GitHub Desktop.
ctrlp configuration snippet
" Use tabs by default
let g:ctrlp_open_new_file = 't'
let g:ctrlp_open_multi = '1t'
" Use git's knowledge of files
let g:ctrlp_user_command = ['.git/', 'cd %s && git ls-files']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment