From d75616c435137aaed09413137347717663d6cb9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 5 Apr 2016 16:05:56 +0200 Subject: Update README to include latest multiple cursors related key bindings --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2750201..719e1ed 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,8 @@ Operators can be forced to work line wise by specifying `V`. Ctrl-N select word the cursor is currently over, switch to visual mode Ctrl-U make the count previous cursor primary Ctrl-D make the count next cursor primary + Ctrl-C remove the count cursor column + Ctrl-L remove all but the count cursor column Tab try to align all cursor on the same column Esc dispose all but the primary cursor @@ -224,8 +226,11 @@ Operators can be forced to work line wise by specifying `V`. Ctrl-N create new cursor and select next word matching current selection Ctrl-X clear (skip) current selection, but select next matching word Ctrl-P remove primary cursor - Ctrl-U make the count previous cursor primary - Ctrl-D make the count next cursor primary + Ctrl-U/K make the count previous cursor primary + Ctrl-D/J make the count next cursor primary + Ctrl-D/J make the count next cursor primary + Ctrl-C remove the count cursor column + Ctrl-L remove all but the count cursor column + rotates selections rightwards count times - rotates selections leftwards count times \ trim selections, remove leading and trailing white space -- cgit v1.2.3