diff options
| author | Josh Wainwright <josh.wainwright@ldra.com> | 2016-05-06 16:31:49 +0100 |
|---|---|---|
| committer | Josh Wainwright <josh.wainwright@ldra.com> | 2016-05-06 16:31:49 +0100 |
| commit | 818580983916554467537a7289b6931b62e4bfb3 (patch) | |
| tree | 4773d2c79c3fa88ba73ced04236522c150319c6d | |
| parent | fac1f3c95b4be50332d06fcb1d1d1e9d757f9423 (diff) | |
| download | vis-818580983916554467537a7289b6931b62e4bfb3.tar.gz vis-818580983916554467537a7289b6931b62e4bfb3.tar.xz | |
Fix typo `cursor-sceenline-up` -> `cursor-screenline-up`
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } }, |
