fix: grepper can be navigated with ;n;p
This commit is contained in:
parent
00a4003458
commit
bdd287c82d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user