mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 05:03:03 +00:00
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!
This commit is contained in:
parent
7b13b03c99
commit
616fbdd369
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user