aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }
},