From 9f91a0455dc907f1664649b4c4e64c25a1565985 Mon Sep 17 00:00:00 2001 From: Maciej Katafiasz Date: Thu, 5 Sep 2013 18:51:51 +0200 Subject: [PATCH] Add 'mc/mark-all-dwim' to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4c50ad..3be2446 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ You can [watch an intro to multiple-cursors at Emacs Rocks](http://emacsrocks.co - `mc/mark-all-words-like-this-in-defun`: Like `mc/mark-all-like-this-in-defun` but only for whole words. - `mc/mark-all-symbols-like-this-in-defun`: Like `mc/mark-all-like-this-in-defun` but only for whole symbols. - `mc/mark-all-like-this-dwim`: Tries to be smart about marking everything you want. Can be pressed multiple times. + - `mc/mark-all-dwim`: Combines `mc/mark-all-like-this-dwim`, `mc/mark-all-in-region` and `mc/edit-lines`, guessing which one you want. ### Special