From d8f5116f455d742292c0e0fca2a2b1f5033dee65 Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Wed, 1 Feb 2012 14:01:21 +0100 Subject: [PATCH] Add more commands to multiple-cursors whitelist. --- multiple-cursors.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/multiple-cursors.el b/multiple-cursors.el index 21668f6..ec7b550 100644 --- a/multiple-cursors.el +++ b/multiple-cursors.el @@ -127,6 +127,7 @@ from being executed if in multiple-cursors-mode." ;; Commands that should be mirrored by all cursors (setq mc--cmds '(self-insert-command js2-insert-and-indent + wrap-region-trigger previous-line next-line newline @@ -134,8 +135,9 @@ from being executed if in multiple-cursors-mode." right-word forward-word left-char backward-char left-word backward-word + forward-list hippie-expand - yank + yank yank-indented kill-word kill-region-or-backward-word kill-line