aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-05 16:05:56 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-05 16:14:09 +0200
commitd75616c435137aaed09413137347717663d6cb9b (patch)
treef4f331bc48a48dde7a64207d477477dd7ffd16d4 /README.md
parent9e64bf166ac329103a98baafce10e42242898373 (diff)
downloadvis-d75616c435137aaed09413137347717663d6cb9b.tar.gz
vis-d75616c435137aaed09413137347717663d6cb9b.tar.xz
Update README to include latest multiple cursors related key bindings
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files 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