vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit deeb572badce7dcdb8a5814397f22d8bd7a9f9d6
parent b0c6dcb2008f1731713b7eda16d7c93fc42a4b0b
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Tue,  5 Apr 2016 16:05:56 +0200

Update README to include latest multiple cursors related key bindings

Diffstat:
MREADME.md | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git 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