Mercurial > public > dotfiles
changeset 20:33114558b770
Set ctrlp options.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 18 Dec 2014 18:34:02 -0600 |
parents | 020acc7e87c9 |
children | 083b3c7ae8c0 |
files | .hgignore vim/.vimrc |
diffstat | 2 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Thu Dec 18 18:24:41 2014 -0600 +++ b/.hgignore Thu Dec 18 18:34:02 2014 -0600 @@ -1,6 +1,6 @@ syntax: glob vim/vimfiles/.netrwhist -vim/vimfiles/bundle/ctrlp.vim/doc/tags +vim/vimfiles/bundle/ctrlp.vim/ *.swp *.pyc
--- 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