From 0b425ee3fbe76e8a139650f5db5834169ad7ca3d Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Fri, 21 Aug 2020 10:57:14 +0200 Subject: [PATCH] Fix vim Leader-F mapping Apparently `find` does not support globbing characters itself, so the user has to press tab anyway. --- vim/plugin/shame.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/plugin/shame.vim b/vim/plugin/shame.vim index 55f59c7..cf4799b 100644 --- a/vim/plugin/shame.vim +++ b/vim/plugin/shame.vim @@ -510,7 +510,7 @@ nnoremap vil ^vg_ nnoremap ! :! " --- Find Files --- -nnoremap f :find ** +nnoremap f :find * " --- F5 --- nnoremap :nnoremap :CR>