Add note about yank-rectangle

- thanks to @snosov1 for the text
This commit is contained in:
Magnar Sveen 2013-01-19 08:29:31 +01:00
parent bfb293f200
commit 9a376a6fa2

View File

@ -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).