Fix vim Leader-F mapping

Apparently `find` does not support globbing characters itself, so the
user has to press tab anyway.
This commit is contained in:
Talia 2020-08-21 10:57:14 +02:00
parent 1616e147be
commit 0b425ee3fb
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ nnoremap vil ^vg_
nnoremap ! :!
" --- Find Files ---
nnoremap <leader>f :find **<left>
nnoremap <leader>f :find *
" --- F5 ---
nnoremap <F5> :nnoremap <buffer> <F5> :<lt>CR><left><left><left><left>