diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-05 16:05:56 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-05 16:14:09 +0200 |
| commit | d75616c435137aaed09413137347717663d6cb9b (patch) | |
| tree | f4f331bc48a48dde7a64207d477477dd7ffd16d4 /README.md | |
| parent | 9e64bf166ac329103a98baafce10e42242898373 (diff) | |
| download | vis-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.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |
