feat(prog): Update xref keybindings for better ergonomics
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
:autoload xref-show-definitions-completing-read
|
:autoload xref-show-definitions-completing-read
|
||||||
:bind (("M-." . xref-find-definitions)
|
:bind (("M-." . xref-find-definitions)
|
||||||
("M-," . xref-go-back)
|
("M-," . xref-go-back)
|
||||||
("C-," . xref-find-references))
|
("C-." . xref-find-references))
|
||||||
:init
|
:init
|
||||||
;; Use faster search tool
|
;; Use faster search tool
|
||||||
(when (executable-find "rg")
|
(when (executable-find "rg")
|
||||||
|
|||||||
Reference in New Issue
Block a user