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

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

[nongnu] elpa/multiple-cursors d2766bc 400/434: tips and tricks: add not


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors d2766bc 400/434: tips and tricks: add note about <return> and newlines; if it is not default, let it at least be more discoverable
Date: Sat, 7 Aug 2021 09:21:08 -0400 (EDT)

branch: elpa/multiple-cursors
commit d2766bc215c720019cf70437f0eec135cd9907ba
Author: quasilyte <quasilyte@gmail.com>
Commit: quasilyte <quasilyte@gmail.com>

    tips and tricks: add note about <return> and newlines; if it is not 
default, let it at least be more discoverable
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index e1de390..ddb55fa 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,9 @@ You can [watch an intro to multiple-cursors at Emacs 
Rocks](http://emacsrocks.co
   first disable multiple regions before disabling multiple cursors. If you 
want to
   insert a newline in multiple-cursors-mode, use `C-j`.
 
+- `(define-key mc/keymap (kbd "<return>") nil)` will make `<return>` insert a
+  newline; multiple-cursors-mode can still be disabled with `C-g`.
+
 - Sometimes you end up with cursors outside of your view. You can
   scroll the screen to center on each cursor with `C-v` and `M-v` or you can
   press `C-'` to hide all lines without a cursor, press `C-'` again to unhide.



reply via email to

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