branch: elpa/multiple-cursors
commit 35921b5bccc8240bebaf573835b5f36dc8b4fb0b
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>
Clarify that you need to set up own keybindings
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 9f4b5d9..acd0727 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,9 @@ Start out with:
(require 'multiple-cursors)
+Then you have to set up your keybindings - multiple-cursors doesn't presume to
+know how you'd like them layed out. Here are some examples:
+
When you have an active region that spans multiple lines, the following will
add a cursor to each line: