chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6fe19d
)
el/mdw-multiple-cursors.el: Make RET work like <enter>.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 13 Jul 2013 15:34:40 +0000
(16:34 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 15 Mar 2014 14:47:12 +0000
(14:47 +0000)
I think Magnar doesn't use Emacs in a terminal very often.
el/mdw-multiple-cursors.el
patch
|
blob
|
blame
|
history
diff --git
a/el/mdw-multiple-cursors.el
b/el/mdw-multiple-cursors.el
index 8107d485d966f0303b034c1c7cb5762ccdaeec9d..c384a4b5ceb348e393ac944d102f11be3271681e 100644
(file)
--- a/
el/mdw-multiple-cursors.el
+++ b/
el/mdw-multiple-cursors.el
@@
-151,6
+151,11
@@
(define-key map "\C-a" 'mc/edit-beginnings-of-lines)
(define-key map "\C-@" 'set-rectangular-region-anchor)
(define-key map [?\C- ] 'set-rectangular-region-anchor))
+;;;--------------------------------------------------------------------------
+;;; Various little tweaks.
+
+(define-key mc/keymap "\C-m" 'multiple-cursors-mode)
+
;;;----- That's all, folks --------------------------------------------------
(provide 'mdw-multiple-cursors)