vim: CtrlPMixed

This commit is contained in:
Michael Grote 2021-08-20 07:14:18 +02:00
parent 18db09117d
commit cffa479505

3
.vimrc
View file

@ -115,7 +115,8 @@ filetype plugin indent on
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
" let g:ctrlp_map = '<c-f>' "aufruf mit strg+f
nmap <C-f> :CtrlPMixed<CR>
" ignore files
" https://github.com/ctrlpvim/ctrlp.vim
set wildignore+=*/tmp/*,*.so,*.swp,*.zip " MacOSX/Linux