Added wildignore for ctrlp
This commit is contained in:
parent
a08169de48
commit
c06bacd431
3
vimrc
3
vimrc
@ -80,6 +80,9 @@ set nofoldenable "dont fold by default
|
|||||||
set wildmode=list:longest
|
set wildmode=list:longest
|
||||||
set wildmenu "enable ctrl-n and ctrl-p to scroll thru matches
|
set wildmenu "enable ctrl-n and ctrl-p to scroll thru matches
|
||||||
set wildignore=*.o,*.obj,*~ "stuff to ignore when tab completing
|
set wildignore=*.o,*.obj,*~ "stuff to ignore when tab completing
|
||||||
|
set wildignore+=*/.git/*,*/.hg/*,*/.svn/* " for Linux/MacOSX
|
||||||
|
|
||||||
|
"
|
||||||
|
|
||||||
" ================ Scrolling ========================
|
" ================ Scrolling ========================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user