From bdd287c82d49c7877c485e2c8633a2e239339709 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Tue, 14 Jun 2022 10:23:07 +0800 Subject: [PATCH] fix: grepper can be navigated with ;n;p --- cli/vim/init.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/vim/init.vim b/cli/vim/init.vim index 0a0ccd8..841f372 100644 --- a/cli/vim/init.vim +++ b/cli/vim/init.vim @@ -252,9 +252,9 @@ nmap ct :CloseTagToggleBuffer " ==== grepper configuration ==== " -nnoremap sg :Grepper -noquickfix -tool git -nnoremap sc :Grepper -noquickfix -tool grep -nnoremap sa :Grepper -noquickfix -tool ag +nnoremap sg :Grepper -tool git +nnoremap sc :Grepper -tool grep +nnoremap sa :Grepper -tool ag " ==== quickfix configuration ==== nnoremap cj :cn