feat(prog): Update xref keybindings for better ergonomics

This commit is contained in:
2026-04-27 10:28:49 -03:00
parent a102e7922f
commit 129a404153

View File

@@ -27,8 +27,9 @@
;; Cross-referencing commands ;; Cross-referencing commands
(use-package xref (use-package xref
:autoload xref-show-definitions-completing-read :autoload xref-show-definitions-completing-read
:bind (("M-g ." . xref-find-definitions) :bind (("M-." . xref-find-definitions)
("M-g ," . xref-go-back)) ("M-," . xref-go-back)
("C-," . xref-find-references))
:init :init
;; Use faster search tool ;; Use faster search tool
(when (executable-find "rg") (when (executable-find "rg")