mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Add some more commands to default run-once/run-for-all lists.
This commit is contained in:
parent
241e34ef2d
commit
bdc4d9aff5
@ -446,6 +446,9 @@ for running commands with multiple cursors.")
|
|||||||
split-window-below
|
split-window-below
|
||||||
delete-other-windows
|
delete-other-windows
|
||||||
toggle-window-split
|
toggle-window-split
|
||||||
|
mwheel-scroll
|
||||||
|
quit-window
|
||||||
|
toggle-read-only
|
||||||
windmove-left
|
windmove-left
|
||||||
windmove-right
|
windmove-right
|
||||||
windmove-up
|
windmove-up
|
||||||
@ -461,6 +464,7 @@ for running commands with multiple cursors.")
|
|||||||
newline
|
newline
|
||||||
newline-and-indent
|
newline-and-indent
|
||||||
open-line
|
open-line
|
||||||
|
delete-blank-lines
|
||||||
transpose-chars
|
transpose-chars
|
||||||
transpose-lines
|
transpose-lines
|
||||||
transpose-paragraphs
|
transpose-paragraphs
|
||||||
@ -474,6 +478,8 @@ for running commands with multiple cursors.")
|
|||||||
left-word
|
left-word
|
||||||
backward-char
|
backward-char
|
||||||
backward-word
|
backward-word
|
||||||
|
forward-paragraph
|
||||||
|
backward-paragraph
|
||||||
upcase-word
|
upcase-word
|
||||||
downcase-word
|
downcase-word
|
||||||
capitalize-word
|
capitalize-word
|
||||||
@ -483,6 +489,7 @@ for running commands with multiple cursors.")
|
|||||||
hippie-expand-lines
|
hippie-expand-lines
|
||||||
yank
|
yank
|
||||||
yank-pop
|
yank-pop
|
||||||
|
append-next-kill
|
||||||
kill-word
|
kill-word
|
||||||
kill-line
|
kill-line
|
||||||
kill-whole-line
|
kill-whole-line
|
||||||
@ -494,6 +501,7 @@ for running commands with multiple cursors.")
|
|||||||
zap-to-char
|
zap-to-char
|
||||||
end-of-line
|
end-of-line
|
||||||
set-mark-command
|
set-mark-command
|
||||||
|
exchange-point-and-mark
|
||||||
move-end-of-line
|
move-end-of-line
|
||||||
beginning-of-line
|
beginning-of-line
|
||||||
move-beginning-of-line
|
move-beginning-of-line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user