I think Magnar doesn't use Emacs in a terminal very often.
(define-key map "\C-@" 'set-rectangular-region-anchor)
(define-key map [?\C- ] 'set-rectangular-region-anchor))
(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)
;;;----- That's all, folks --------------------------------------------------
(provide 'mdw-multiple-cursors)