Last active
December 12, 2015 07:59
-
-
Save ryansch/4741043 to your computer and use it in GitHub Desktop.
ctrlp configuration snippet
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
| " 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