diff options
| author | Ben Beltran <ben@freshout.us> | 2013-06-03 07:24:52 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-06-03 07:24:52 -0500 |
| commit | 1eb2f805df7e1af7600565d77a88b2a7ea99ceae (patch) | |
| tree | 1fd552234442b2b1f0bf122e4266da95938f4826 /vimrc | |
| parent | 24873310b30e1bd2ef7087a559a667532009b4c1 (diff) | |
Update stuffs
Diffstat (limited to 'vimrc')
| -rwxr-xr-x | vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -121,7 +121,7 @@ set modelines=10 " Default color scheme set t_Co=256 -color railscasts +color molokai " Directories for swp files set backupdir=~/.vim/.backup @@ -166,3 +166,4 @@ set rtp+=~/Library/Python/2.7/lib/python/site-packages/powerline/bindings/vim " Fix CtrlP root folder and add some ignores let g:ctrlp_working_path_mode = 0 let g:ctrlp_custom_ignore = '\v[\/](\.(git|hg|svn)|node_modules|DS_Store)$' +let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files'] |