mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +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-function
|
||||||
describe-bindings
|
describe-bindings
|
||||||
describe-prefix-bindings
|
describe-prefix-bindings
|
||||||
|
view-echo-area-messages
|
||||||
other-window
|
other-window
|
||||||
kill-buffer-and-window
|
kill-buffer-and-window
|
||||||
split-window-right
|
split-window-right
|
||||||
@ -558,6 +559,8 @@ for running commands with multiple cursors.")
|
|||||||
delete-other-windows
|
delete-other-windows
|
||||||
toggle-window-split
|
toggle-window-split
|
||||||
mwheel-scroll
|
mwheel-scroll
|
||||||
|
scroll-up-command
|
||||||
|
scroll-down-command
|
||||||
mouse-set-point
|
mouse-set-point
|
||||||
mouse-drag-region
|
mouse-drag-region
|
||||||
quit-window
|
quit-window
|
||||||
@ -611,6 +614,8 @@ for running commands with multiple cursors.")
|
|||||||
backward-delete-char-untabify
|
backward-delete-char-untabify
|
||||||
delete-char delete-forward-char
|
delete-char delete-forward-char
|
||||||
delete-backward-char
|
delete-backward-char
|
||||||
|
c-electric-backspace
|
||||||
|
org-delete-backward-char
|
||||||
just-one-space
|
just-one-space
|
||||||
zap-to-char
|
zap-to-char
|
||||||
end-of-line
|
end-of-line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user