From 616fbdd3696f99d85660ad57ebbb0c44d6c7f426 Mon Sep 17 00:00:00 2001 From: Kaligule Date: Tue, 20 Apr 2021 12:42:22 +0200 Subject: [PATCH] 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