aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Wainwright <josh.wainwright@ldra.com>2016-05-06 16:31:49 +0100
committerJosh Wainwright <josh.wainwright@ldra.com>2016-05-06 16:31:49 +0100
commit818580983916554467537a7289b6931b62e4bfb3 (patch)
tree4773d2c79c3fa88ba73ced04236522c150319c6d
parentfac1f3c95b4be50332d06fcb1d1d1e9d757f9423 (diff)
downloadvis-818580983916554467537a7289b6931b62e4bfb3.tar.gz
vis-818580983916554467537a7289b6931b62e4bfb3.tar.xz
Fix typo `cursor-sceenline-up` -> `cursor-screenline-up`
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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 }
},