Add one more shortcut for expand region.
This commit is contained in:
parent
c3a2df6bef
commit
85ad5c15b3
@ -37,7 +37,8 @@
|
||||
;; Seleccionar por regiones (similar a mark-sexp, pero toma en cuenta hacia atrás del cursor también)
|
||||
(use-package expand-region
|
||||
:defer t
|
||||
:bind ("C-+" . er/expand-region))
|
||||
:bind (("C-+" . er/expand-region)
|
||||
("C-=" . er/expand-region)))
|
||||
|
||||
;; Major mode para archivos CSV
|
||||
(use-package csv-mode
|
||||
|
Loading…
Reference in New Issue
Block a user