mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Add more commands to multiple-cursors whitelist.
This commit is contained in:
parent
399db27ec2
commit
d8f5116f45
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user