From 5426c88a90326a3f94af864dbb93eeb18dca6f9b Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 5 Nov 2024 21:42:51 +0100 Subject: [PATCH] update Leaderf setting Only search file content and not file name when using Leaderf rg --- viml_conf/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viml_conf/plugins.vim b/viml_conf/plugins.vim index 9b223a6..19e9bef 100644 --- a/viml_conf/plugins.vim +++ b/viml_conf/plugins.vim @@ -79,7 +79,7 @@ let g:Lf_WorkingDirectoryMode = 'a' nnoremap ff :Leaderf file --popup " Grep project files in popup window -nnoremap fg :Leaderf rg --no-messages --popup +nnoremap fg :Leaderf rg --no-messages --popup --nameOnly " Search vim help files nnoremap fh :Leaderf help --popup