From 9a376a6fa2803cb685f610b0e4252969a6090c93 Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Sat, 19 Jan 2013 08:29:31 +0100 Subject: [PATCH] Add note about yank-rectangle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit  - thanks to @snosov1 for the text --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 819a337..7502326 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ You can [watch an intro to multiple-cursors at Emacs Rocks](http://emacsrocks.co - Notice that the number of cursors active can be seen in the modeline. +- If you get out of multiple-cursors-mode and yank - it will yank only from the kill-ring of main cursor. To yank from the kill-rings of every cursor use yank-rectangle, normally found at C-x r y. + - If you would like to keep the global bindings clean, and get custom keybindings when the region is active, you can try [region-bindings-mode](https://github.com/fgallina/region-bindings-mode).