feat(prog): Update xref keybindings for better ergonomics

This commit is contained in:
2026-04-27 10:33:13 -03:00
parent 129a404153
commit f087c04e4f

View File

@@ -29,7 +29,7 @@
:autoload xref-show-definitions-completing-read
:bind (("M-." . xref-find-definitions)
("M-," . xref-go-back)
("C-," . xref-find-references))
("C-." . xref-find-references))
:init
;; Use faster search tool
(when (executable-find "rg")