Remap expand-region to avoid collission with C-SPC in terminal.
This commit is contained in:
parent
a95f4a9a14
commit
cce270414c
2
init.el
2
init.el
@ -199,7 +199,7 @@
|
||||
(use-package expand-region
|
||||
:ensure t
|
||||
:commands er/expand-region
|
||||
:bind (("C-@" . er/expand-region)))
|
||||
:bind (("C-c m" . er/expand-region)))
|
||||
|
||||
;; =============================================================================
|
||||
;; Programming Mode Hooks
|
||||
|
Loading…
x
Reference in New Issue
Block a user