]> code.delx.au - dotemacs/commitdiff
Bind expand-region to M-= so it works in terminals
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 15 Sep 2020 12:42:13 +0000 (22:42 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 15 Sep 2020 12:42:13 +0000 (22:42 +1000)
lisp/my-keys.el

index 3dfbb9a51acbfa902f59b4164c46ce0010565cca..2f01cbc8a53478c8e52b546bf593444cd2dc2091 100644 (file)
@@ -40,7 +40,7 @@
 (global-set-key (kbd "C-c d") 'my/duplicate-line)
 
 ;; Marking
-(global-set-key (kbd "C-=") 'er/expand-region)
+(global-set-key (kbd "M-=") 'er/expand-region)
 (global-set-key (kbd "C-c m a") 'mc/mark-all-dwim)
 (global-set-key (kbd "C-c m l") 'mc/edit-lines)
 (global-set-key (kbd "C-c m m") 'mc/mark-more-like-this-extended)