Mercurial > public > dotfiles
diff 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 |
line wrap: on
line diff
--- a/vim/.vimrc Thu Dec 18 18:24:41 2014 -0600 +++ b/vim/.vimrc Thu Dec 18 18:34:02 2014 -0600 @@ -16,9 +16,8 @@ set showcmd " CtrlP related settings -" set wildignore+=.git\*,.hg\*,.svn\*,*.d,*.dbo,*.o,*.ti,*.ii,*.swp,*.pyc -set wildignore+=*/.git/*,*/.hg/*,*/.svn/* -let g:ctrlp_working_path_mode = 2 +set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*.o,*.swp,*.pyc +let g:ctrlp_working_path_mode = 'ra' " This allows % to toggle on if/elsif/else/end, XML tags, & more runtime macros/matchit.vim