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:
parent
1616e147be
commit
0b425ee3fb
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ nnoremap vil ^vg_
|
||||||
nnoremap ! :!
|
nnoremap ! :!
|
||||||
|
|
||||||
" --- Find Files ---
|
" --- Find Files ---
|
||||||
nnoremap <leader>f :find **<left>
|
nnoremap <leader>f :find *
|
||||||
|
|
||||||
" --- F5 ---
|
" --- F5 ---
|
||||||
nnoremap <F5> :nnoremap <buffer> <F5> :<lt>CR><left><left><left><left>
|
nnoremap <F5> :nnoremap <buffer> <F5> :<lt>CR><left><left><left><left>
|
||||||
|
|
Loading…
Reference in a new issue