Mercurial > public > dotfiles
comparison vim/.vimrc @ 20:33114558b770
Set ctrlp options.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 18 Dec 2014 18:34:02 -0600 |
parents | b8049010198a |
children | 083b3c7ae8c0 |
comparison
equal
deleted
inserted
replaced
19:020acc7e87c9 | 20:33114558b770 |
---|---|
14 set history=1000 | 14 set history=1000 |
15 set encoding=utf-8 | 15 set encoding=utf-8 |
16 set showcmd | 16 set showcmd |
17 | 17 |
18 " CtrlP related settings | 18 " CtrlP related settings |
19 " set wildignore+=.git\*,.hg\*,.svn\*,*.d,*.dbo,*.o,*.ti,*.ii,*.swp,*.pyc | 19 set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*.o,*.swp,*.pyc |
20 set wildignore+=*/.git/*,*/.hg/*,*/.svn/* | 20 let g:ctrlp_working_path_mode = 'ra' |
21 let g:ctrlp_working_path_mode = 2 | |
22 | 21 |
23 " This allows % to toggle on if/elsif/else/end, XML tags, & more | 22 " This allows % to toggle on if/elsif/else/end, XML tags, & more |
24 runtime macros/matchit.vim | 23 runtime macros/matchit.vim |
25 | 24 |
26 " These two options make /-style searching case-sensitive only if there | 25 " These two options make /-style searching case-sensitive only if there |