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

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

[nongnu] elpa/multiple-cursors 616fbdd 434/434: Document existing functi


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 616fbdd 434/434: Document existing functions in Readme
Date: Sat, 7 Aug 2021 09:21:16 -0400 (EDT)

branch: elpa/multiple-cursors
commit 616fbdd3696f99d85660ad57ebbb0c44d6c7f426
Author: Kaligule <Kaligule@googlemail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Document existing functions in Readme
    
    mc/vertical-align
    mc/vertical-align-with-space
    
    I have wanted that functions for so long, only to find out now that they 
have existed for 7 years!
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 853d9f1..c476338 100644
--- a/README.md
+++ b/README.md
@@ -119,6 +119,8 @@ You can [watch an intro to multiple-cursors at Emacs 
Rocks](http://emacsrocks.co
  - `mc/insert-letters`: Insert increasing letters for each cursor, top to 
bottom.
  - `mc/sort-regions`: Sort the marked regions alphabetically.
  - `mc/reverse-regions`: Reverse the order of the marked regions.
+ - `mc/vertical-align`: Aligns all cursors vertically with a given CHARACTER 
to the one with the highest column number (the rightest). (Might not behave as 
intended if more than one cursors are on the same line.)
+ - `mc/vertical-align-with-space`: Aligns all cursors with whitespace like 
`mc/vertical-align` does.
 
 ## Tips and tricks
 



reply via email to

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