More white-listed commands for multiple cursors.

- a black-list would be more ballsy, but also possibly more destructive.
This commit is contained in:
Magnar Sveen 2012-01-26 07:53:19 +01:00
parent c07d761d1b
commit 18f7f1ad66

View File

@ -141,8 +141,14 @@ from being executed if in multiple-cursors-mode."
delete-char c-electric-delete-forward
delete-backward-char c-electric-backspace
zap-to-char
end-of-line
move-end-of-line
move-end-of-line-or-next-line
move-start-of-line-or-prev-line))
beginning-of-line
move-beginning-of-line
move-start-of-line-or-prev-line
dired-back-to-start-of-files
back-to-indentation))
(defun mc/execute-command-for-all-fake-cursors (cmd)
"Calls CMD interactively for each cursor.