mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Add more common commands to run only once.
This commit is contained in:
parent
a4c4714587
commit
df5f83ae27
@ -334,14 +334,32 @@ from being executed if in multiple-cursors-mode."
|
|||||||
rrm/switch-to-multiple-cursors
|
rrm/switch-to-multiple-cursors
|
||||||
save-buffer
|
save-buffer
|
||||||
ido-exit-minibuffer
|
ido-exit-minibuffer
|
||||||
undo undo-tree-undo
|
undo
|
||||||
redo undo-tree-redo
|
redo
|
||||||
|
undo-tree-undo
|
||||||
|
undo-tree-redo
|
||||||
universal-argument
|
universal-argument
|
||||||
universal-argument-more
|
universal-argument-more
|
||||||
universal-argument-other-key
|
universal-argument-other-key
|
||||||
negative-argument
|
negative-argument
|
||||||
digit-argument
|
digit-argument
|
||||||
top-level))
|
top-level
|
||||||
|
recenter-top-bottom
|
||||||
|
describe-mode
|
||||||
|
describe-key-1
|
||||||
|
describe-function
|
||||||
|
describe-bindings
|
||||||
|
describe-prefix-bindings
|
||||||
|
other-window
|
||||||
|
kill-buffer-and-window
|
||||||
|
split-window-right
|
||||||
|
split-window-below
|
||||||
|
delete-other-windows
|
||||||
|
toggle-window-split
|
||||||
|
windmove-left
|
||||||
|
windmove-right
|
||||||
|
windmove-up
|
||||||
|
windmove-down))
|
||||||
|
|
||||||
(defvar mc/list-file "~/.emacs.d/.mc-lists.el"
|
(defvar mc/list-file "~/.emacs.d/.mc-lists.el"
|
||||||
"The position of the file that keeps track of your preferences
|
"The position of the file that keeps track of your preferences
|
||||||
@ -356,6 +374,11 @@ for running commands with multiple cursors.")
|
|||||||
next-line
|
next-line
|
||||||
newline
|
newline
|
||||||
newline-and-indent
|
newline-and-indent
|
||||||
|
open-line
|
||||||
|
transpose-chars
|
||||||
|
transpose-lines
|
||||||
|
transpose-paragraphs
|
||||||
|
transpose-regions
|
||||||
join-line
|
join-line
|
||||||
right-char
|
right-char
|
||||||
right-word
|
right-word
|
||||||
|
Loading…
x
Reference in New Issue
Block a user