fix: grepper can be navigated with ;n;p

This commit is contained in:
Klesh Wong 2022-06-14 10:23:07 +08:00
parent 00a4003458
commit bdd287c82d

View File

@ -252,9 +252,9 @@ nmap <silent> <leader>ct :CloseTagToggleBuffer<CR>
" ==== grepper configuration ====
"
nnoremap <leader>sg :Grepper -noquickfix -tool git<CR>
nnoremap <leader>sc :Grepper -noquickfix -tool grep<CR>
nnoremap <leader>sa :Grepper -noquickfix -tool ag<CR>
nnoremap <leader>sg :Grepper -tool git<CR>
nnoremap <leader>sc :Grepper -tool grep<CR>
nnoremap <leader>sa :Grepper -tool ag<CR>
" ==== quickfix configuration ====
nnoremap <leader>cj :cn<CR>