From f6bac949a0e96ca1e361fef40e5279c8edfcc029 Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Fri, 11 Aug 2017 13:29:04 +0200 Subject: [PATCH] Add note about M-x --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ddb55fa..1698cad 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ To get out of multiple-cursors-mode, press `` or `C-g`. The latter will first disable multiple regions before disabling multiple cursors. If you want to insert a newline in multiple-cursors-mode, use `C-j`. +## Important note + +Multiple cursors does not well when you invoke its commands with `M-x`. It needs to be bound to keys to work properly. Pull request to fix this is welcome. + ## Video You can [watch an intro to multiple-cursors at Emacs Rocks](http://emacsrocks.com/e13.html).