Mercurial > public > dotfiles
comparison vim/.vimrc @ 23:7c2f7ee3f55e
Increase CtrlP's max file size setting.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 09 Jan 2015 11:31:30 -0600 |
parents | 4408beef769d |
children | 732ed3539b7a |
comparison
equal
deleted
inserted
replaced
22:4408beef769d | 23:7c2f7ee3f55e |
---|---|
16 set showcmd | 16 set showcmd |
17 | 17 |
18 " CtrlP related settings | 18 " CtrlP related settings |
19 set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*.o,*.swp,*.pyc | 19 set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*.o,*.swp,*.pyc |
20 let g:ctrlp_working_path_mode = 'ra' | 20 let g:ctrlp_working_path_mode = 'ra' |
21 let g:ctrlp_max_files = 20000 | |
21 | 22 |
22 " This allows % to toggle on if/elsif/else/end, XML tags, & more | 23 " This allows % to toggle on if/elsif/else/end, XML tags, & more |
23 runtime macros/matchit.vim | 24 runtime macros/matchit.vim |
24 | 25 |
25 " These two options make /-style searching case-sensitive only if there | 26 " These two options make /-style searching case-sensitive only if there |