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

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

[nongnu] elpa/multiple-cursors f2add1d 107/434: Suggest C-c C-< instead


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors f2add1d 107/434: Suggest C-c C-< instead of the often used M-<
Date: Sat, 7 Aug 2021 09:20:05 -0400 (EDT)

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

    Suggest C-c C-< instead of the often used M-<
    
     ... for mark-all-like-this
---
 README.md           | 2 +-
 multiple-cursors.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9d80630..09f44e4 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ keywords in the buffer, use:
 
     (global-set-key (kbd "C->") 'mc/mark-next-like-this)
     (global-set-key (kbd "C-<") 'mc/mark-previous-like-this)
-    (global-set-key (kbd "M-<") 'mc/mark-all-like-this)
+    (global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this)
 
 First mark the word, then add more cursors.
 
diff --git a/multiple-cursors.el b/multiple-cursors.el
index fd306f1..2961fe0 100644
--- a/multiple-cursors.el
+++ b/multiple-cursors.el
@@ -40,7 +40,7 @@
 ;;
 ;;     (global-set-key (kbd "C->") 'mc/mark-next-like-this)
 ;;     (global-set-key (kbd "C-<") 'mc/mark-previous-like-this)
-;;     (global-set-key (kbd "M-<") 'mc/mark-all-like-this)
+;;     (global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this)
 ;;
 ;; First mark the word, then add more cursors.
 ;;



reply via email to

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