mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Add some more basic commands to the run-all and run-once lists.
This commit is contained in:
parent
b3ca408f52
commit
6b09b9c73f
@ -551,6 +551,7 @@ for running commands with multiple cursors.")
|
||||
describe-function
|
||||
describe-bindings
|
||||
describe-prefix-bindings
|
||||
view-echo-area-messages
|
||||
other-window
|
||||
kill-buffer-and-window
|
||||
split-window-right
|
||||
@ -558,6 +559,8 @@ for running commands with multiple cursors.")
|
||||
delete-other-windows
|
||||
toggle-window-split
|
||||
mwheel-scroll
|
||||
scroll-up-command
|
||||
scroll-down-command
|
||||
mouse-set-point
|
||||
mouse-drag-region
|
||||
quit-window
|
||||
@ -611,6 +614,8 @@ for running commands with multiple cursors.")
|
||||
backward-delete-char-untabify
|
||||
delete-char delete-forward-char
|
||||
delete-backward-char
|
||||
c-electric-backspace
|
||||
org-delete-backward-char
|
||||
just-one-space
|
||||
zap-to-char
|
||||
end-of-line
|
||||
|
Loading…
x
Reference in New Issue
Block a user