Added mention of mc/mark-pop to README.md

This commit is contained in:
Zach Kost-Smith 2013-05-16 15:27:31 -05:00 committed by Zach Kost-Smith
parent 4535033952
commit 75df47fc4a

View File

@ -47,6 +47,7 @@ You can [watch an intro to multiple-cursors at Emacs Rocks](http://emacsrocks.co
- `mc/mark-previous-symbol-like-this`: Like `mc/mark-previous-like-this` but only for whole symbols.
- `mc/mark-more-like-this-extended`: Use arrow keys to quickly mark/skip next/previous occurances.
- `mc/add-cursor-on-click`: Bind to a mouse event to add cursors by clicking. See tips-section.
- `mc/pop-mark`: Set a cursor at the current point and move to the next (different) position on the mark stack. This allows for fine grained control over the placement of cursors.
### Mark many occurrences