vis

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

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

commit 82b177c6ad3333ac73f73c3d58ccc75d218c692e
parent 28b6d5617cf9f87e7e5a8c61e50a8ece2cb5baec
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sat,  7 May 2016 15:12:56 +0200

Merge branch 'mainc-type' of https://github.com/joshaw/vis

Diffstat:
Mmain.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c @@ -413,7 +413,7 @@ static const KeyAction vis_action[] = { movement, { .i = VIS_MOVE_LINE_LASTCHAR } }, [VIS_ACTION_CURSOR_SCREEN_LINE_UP] = { - "cursor-sceenline-up", + "cursor-screenline-up", "Move cursor screen/display line upwards", movement, { .i = VIS_MOVE_SCREEN_LINE_UP } },