vim: ctrlp nur files
This commit is contained in:
parent
24b9f56385
commit
12f7efe345
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
@ -115,7 +115,7 @@ if executable('rg')
|
||||||
let g:ctrlp_user_command = 'rg %s --files --hidden --color=never --glob ""'
|
let g:ctrlp_user_command = 'rg %s --files --hidden --color=never --glob ""'
|
||||||
endif
|
endif
|
||||||
" let g:ctrlp_map = '<c-f>' "aufruf mit strg+f
|
" let g:ctrlp_map = '<c-f>' "aufruf mit strg+f
|
||||||
nmap <C-f> :CtrlPMixed<CR>
|
nmap <C-f> :CtrlP<CR>
|
||||||
" ignore files
|
" ignore files
|
||||||
" https://github.com/ctrlpvim/ctrlp.vim
|
" https://github.com/ctrlpvim/ctrlp.vim
|
||||||
set wildignore+=*/tmp/*,*.so,*.swp,*.zip " MacOSX/Linux
|
set wildignore+=*/tmp/*,*.so,*.swp,*.zip " MacOSX/Linux
|
||||||
|
|
Loading…
Reference in a new issue