vis

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

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

commit 48d110ca9e5be0c3b53731c31c28dcac7501c0a2
parent 412f9c60c47624bed2127da7f40ffa80156716ec
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Mon, 15 May 2017 13:40:14 +0200

man: mention `o` to change selection direction

Diffstat:
Mman/vis.1 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/man/vis.1 b/man/vis.1 @@ -1086,6 +1086,9 @@ rotates selections leftwards count times .It Ic \e trim selections, remove leading and trailing white space . +.It Ic o +flip selection direction, move cursor to other end +. .It Aq Ic Escape clear all selections, switch to normal mode .El