chore(editor): Change expand-region keybinding
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user