From 56839dfdcac7812a7dbcb19e325a51f5e9d7b212 Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Thu, 7 Feb 2013 05:36:09 +0100 Subject: [PATCH] Update docs with mc/edit-*-lines --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fe873fc..9366cb0 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ You can [watch an intro to multiple-cursors at Emacs Rocks](http://emacsrocks.co ### Mark many occurrences + - `mc/edit-lines`: Adds one cursor to each line in the current region. + - `mc/edit-beginnings-of-lines`: Adds a cursor at the start of each line in the current region. + - `mc/edit-ends-of-lines`: Adds a cursor at the end of each line in the current region. - `mc/mark-all-like-this`: Marks all parts of the buffer that matches the current region. - `mc/mark-all-words-like-this`: Like `mc/mark-all-like-this` but only for whole words. - `mc/mark-all-symbols-like-this`: Like `mc/mark-all-like-this` but only for whole symbols.