chore(editor): Change expand-region keybinding

This commit is contained in:
2026-04-27 10:24:50 -03:00
parent 872e67328e
commit a102e7922f

View File

@@ -104,7 +104,7 @@
;; Seleccionar por regiones (similar a mark-sexp, pero toma en cuenta hacia atrás del cursor también)
(use-package expand-region
:functions treesit-buffer-root-node
:bind ("C-=" . er/expand-region)
:bind ("C-," . er/expand-region)
:config
(defun treesit-mark-bigger-node ()
"Use tree-sitter to mark regions."