vim: CtrlPMixed
This commit is contained in:
parent
18db09117d
commit
cffa479505
1 changed files with 2 additions and 1 deletions
3
.vimrc
3
.vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue