deadgrep: Add gj and gk bindings

This commit is contained in:
jgart 2021-12-28 16:39:41 -05:00 committed by Youmu
parent adb7e1d15c
commit 72735fb733
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@
"gr" 'deadgrep-restart
(kbd "C-j") 'deadgrep-forward
(kbd "C-k") 'deadgrep-backward
"gj" 'deadgrep-forward
"gk" 'deadgrep-backward
(kbd "TAB") 'deadgrep-toggle-file-results
"i" 'deadgrep-edit-mode