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