aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-05-07 15:12:56 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-05-07 15:12:56 +0200
commitb0343e1c79d21b340d22b4f4ff061a063baef66e (patch)
treed1bc8c9d9ec8c09b2461de2fb9e3f0829c404dd6
parent0ecb75390be4c6b1b2ea75dbddcf8b116391acea (diff)
parent818580983916554467537a7289b6931b62e4bfb3 (diff)
downloadvis-b0343e1c79d21b340d22b4f4ff061a063baef66e.tar.gz
vis-b0343e1c79d21b340d22b4f4ff061a063baef66e.tar.xz
Merge branch 'mainc-type' of https://github.com/joshaw/vis
-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 }
},