Compare commits
2 Commits
872e67328e
...
129a404153
| Author | SHA1 | Date | |
|---|---|---|---|
| 129a404153 | |||
| a102e7922f |
@@ -104,7 +104,7 @@
|
|||||||
;; Seleccionar por regiones (similar a mark-sexp, pero toma en cuenta hacia atrás del cursor también)
|
;; Seleccionar por regiones (similar a mark-sexp, pero toma en cuenta hacia atrás del cursor también)
|
||||||
(use-package expand-region
|
(use-package expand-region
|
||||||
:functions treesit-buffer-root-node
|
:functions treesit-buffer-root-node
|
||||||
:bind ("C-=" . er/expand-region)
|
:bind ("C-," . er/expand-region)
|
||||||
:config
|
:config
|
||||||
(defun treesit-mark-bigger-node ()
|
(defun treesit-mark-bigger-node ()
|
||||||
"Use tree-sitter to mark regions."
|
"Use tree-sitter to mark regions."
|
||||||
|
|||||||
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user