mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2026-02-04 22:22:25 +00:00
Merge pull request #227 from jtamagnan/insert_letters
Add mc/insert-letters function and test cases
This commit is contained in:
@@ -87,6 +87,7 @@ You can [watch an intro to multiple-cursors at Emacs Rocks](http://emacsrocks.co
|
||||
- `set-rectangular-region-anchor`: Think of this one as `set-mark` except you're marking a rectangular region.
|
||||
- `mc/mark-sgml-tag-pair`: Mark the current opening and closing tag.
|
||||
- `mc/insert-numbers`: Insert increasing numbers for each cursor, top to bottom.
|
||||
- `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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user