mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
More white-listed commands for multiple cursors.
- a black-list would be more ballsy, but also possibly more destructive.
This commit is contained in:
parent
c07d761d1b
commit
18f7f1ad66
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user