Make 'gs' the keybind for `xref-find-references'

This commit is contained in:
Alexander Rosenberg 2023-10-26 00:10:20 -07:00
parent 7f64ecc06f
commit 0df866d43a
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -385,7 +385,7 @@ visual states."
(use-package xref
:init
(evil-define-key '(normal motion) 'global
"gr" #'xref-find-references)
"gs" #'xref-find-references)
(setq xref-show-xrefs-function #'consult-xref
xref-show-definitions-function #'consult-xref))