vis

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

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

commit 34c03a7cf8f7dc1d3f006734731174db86309418
parent f57e07ab18d7121bd35985f3f9668963d85c345b
Author: Randy Palamar <palamar@ualberta.ca>
Date:   Wed,  3 May 2023 09:34:22 -0600

vis.1: list equivalent key bindings on the same line

it is hard to tell which line <C-u> and <C-d> are supposed to belong to
in the current version.

see #1033

Diffstat:
Mman/vis.1 | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/man/vis.1 b/man/vis.1 @@ -1123,12 +1123,10 @@ clear (skip) current selection, but select next matching word .It Aq Ic C-p remove primary selection . -.It Aq Ic C-u -.It Aq Ic C-k +.It Ao Ic C-u Ac Ao Ic C-k Ac make the count previous selection primary . -.It Aq Ic C-d -.It Aq Ic C-j +.It Ao Ic C-d Ac Ao Ic C-j Ac make the count next selection primary . .It Aq Ic C-c