vim: ctrlp nur files

This commit is contained in:
Michael Grote 2021-08-20 18:03:24 +02:00
parent 24b9f56385
commit 12f7efe345

2
.vimrc
View file

@ -115,7 +115,7 @@ if executable('rg')
let g:ctrlp_user_command = 'rg %s --files --hidden --color=never --glob ""'
endif
" let g:ctrlp_map = '<c-f>' "aufruf mit strg+f
nmap <C-f> :CtrlPMixed<CR>
nmap <C-f> :CtrlP<CR>
" ignore files
" https://github.com/ctrlpvim/ctrlp.vim
set wildignore+=*/tmp/*,*.so,*.swp,*.zip " MacOSX/Linux