Make 'gs' the keybind for `xref-find-references'
This commit is contained in:
parent
7f64ecc06f
commit
0df866d43a
2
init.el
2
init.el
@ -385,7 +385,7 @@ visual states."
|
|||||||
(use-package xref
|
(use-package xref
|
||||||
:init
|
:init
|
||||||
(evil-define-key '(normal motion) 'global
|
(evil-define-key '(normal motion) 'global
|
||||||
"gr" #'xref-find-references)
|
"gs" #'xref-find-references)
|
||||||
(setq xref-show-xrefs-function #'consult-xref
|
(setq xref-show-xrefs-function #'consult-xref
|
||||||
xref-show-definitions-function #'consult-xref))
|
xref-show-definitions-function #'consult-xref))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user