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

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

[nongnu] elpa/multiple-cursors df5f83a 082/434: Add more common commands


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors df5f83a 082/434: Add more common commands to run only once.
Date: Sat, 7 Aug 2021 09:20:00 -0400 (EDT)

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

    Add more common commands to run only once.
---
 multiple-cursors-core.el | 29 ++++++++++++++++++++++++++---
 1 file changed, 26 insertions(+), 3 deletions(-)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index 4bf389f..52e6425 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -334,14 +334,32 @@ from being executed if in multiple-cursors-mode."
                                      rrm/switch-to-multiple-cursors
                                      save-buffer
                                      ido-exit-minibuffer
-                                     undo undo-tree-undo
-                                     redo undo-tree-redo
+                                     undo
+                                     redo
+                                     undo-tree-undo
+                                     undo-tree-redo
                                      universal-argument
                                      universal-argument-more
                                      universal-argument-other-key
                                      negative-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"
   "The position of the file that keeps track of your preferences
@@ -356,6 +374,11 @@ for running commands with multiple cursors.")
                                         next-line
                                         newline
                                         newline-and-indent
+                                        open-line
+                                        transpose-chars
+                                        transpose-lines
+                                        transpose-paragraphs
+                                        transpose-regions
                                         join-line
                                         right-char
                                         right-word



reply via email to

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