Use C-n and C-p for navigation in xref

This commit is contained in:
Troy Hinckley 2022-05-27 17:45:32 -06:00 committed by James
parent 1b3f071630
commit b59a6656f0
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@
"gk" 'xref-prev-line
(kbd "C-j") 'xref-next-line
(kbd "C-k") 'xref-prev-line
(kbd "C-n") 'xref-next-line
(kbd "C-p") 'xref-prev-line
"]]" 'xref-next-line
"[[" 'xref-prev-line
"r" 'xref-query-replace-in-results