emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/multiple-cursors bdc4d9a 124/434: Add some more commands t


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors bdc4d9a 124/434: Add some more commands to default run-once/run-for-all lists.
Date: Sat, 7 Aug 2021 09:20:09 -0400 (EDT)

branch: elpa/multiple-cursors
commit bdc4d9aff5e9d4b21a30eae8a62175481d8f05da
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Add some more commands to default run-once/run-for-all lists.
---
 multiple-cursors-core.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index 0e44650..ce65729 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -446,6 +446,9 @@ for running commands with multiple cursors.")
                                      split-window-below
                                      delete-other-windows
                                      toggle-window-split
+                                     mwheel-scroll
+                                     quit-window
+                                     toggle-read-only
                                      windmove-left
                                      windmove-right
                                      windmove-up
@@ -461,6 +464,7 @@ for running commands with multiple cursors.")
                                         newline
                                         newline-and-indent
                                         open-line
+                                        delete-blank-lines
                                         transpose-chars
                                         transpose-lines
                                         transpose-paragraphs
@@ -474,6 +478,8 @@ for running commands with multiple cursors.")
                                         left-word
                                         backward-char
                                         backward-word
+                                        forward-paragraph
+                                        backward-paragraph
                                         upcase-word
                                         downcase-word
                                         capitalize-word
@@ -483,6 +489,7 @@ for running commands with multiple cursors.")
                                         hippie-expand-lines
                                         yank
                                         yank-pop
+                                        append-next-kill
                                         kill-word
                                         kill-line
                                         kill-whole-line
@@ -494,6 +501,7 @@ for running commands with multiple cursors.")
                                         zap-to-char
                                         end-of-line
                                         set-mark-command
+                                        exchange-point-and-mark
                                         move-end-of-line
                                         beginning-of-line
                                         move-beginning-of-line



reply via email to

[Prev in Thread] Current Thread [Next in Thread]