Open buffers in current window; ctrlp
This commit is contained in:
parent
6115050736
commit
46e2cbec8b
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
|
@ -1159,6 +1159,7 @@ set wildignore+=*/tmp/*,*.so,*.swp,*.zip " Linux/MacOSX
|
|||
set wildignore+=tmp\*,*.swp,*.zip,*.exe " Windows
|
||||
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*
|
||||
let g:ctrlp_working_path_mode = 1
|
||||
let g:ctrlp_switch_buffer = 1
|
||||
let g:ctrlp_custom_ignore = '\.git$\|\.hg$\|\.svn$'
|
||||
|
||||
" }}}1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue