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

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

[nongnu] elpa/multiple-cursors 56839df 208/434: Update docs with mc/edit


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 56839df 208/434: Update docs with mc/edit-*-lines
Date: Sat, 7 Aug 2021 09:20:27 -0400 (EDT)

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

    Update docs with mc/edit-*-lines
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index fe873fc..9366cb0 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,9 @@ You can [watch an intro to multiple-cursors at Emacs 
Rocks](http://emacsrocks.co
 
 ### Mark many occurrences
 
+ - `mc/edit-lines`: Adds one cursor to each line in the current region.
+ - `mc/edit-beginnings-of-lines`: Adds a cursor at the start of each line in 
the current region.
+ - `mc/edit-ends-of-lines`: Adds a cursor at the end of each line in the 
current region.
  - `mc/mark-all-like-this`: Marks all parts of the buffer that matches the 
current region.
  - `mc/mark-all-words-like-this`: Like `mc/mark-all-like-this` but only for 
whole words.
  - `mc/mark-all-symbols-like-this`: Like `mc/mark-all-like-this` but only for 
whole symbols.



reply via email to

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