From 818580983916554467537a7289b6931b62e4bfb3 Mon Sep 17 00:00:00 2001 From: Josh Wainwright Date: Fri, 6 May 2016 16:31:49 +0100 Subject: Fix typo `cursor-sceenline-up` -> `cursor-screenline-up` --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index eb98d44..266ee1e 100644 --- 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 } }, -- cgit v1.2.3