aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.c b/main.c
index a909b8a..98e8ae5 100644
--- a/main.c
+++ b/main.c
@@ -155,7 +155,6 @@ enum {
VIS_ACTION_CURSOR_LINE_FINISH,
VIS_ACTION_CURSOR_LINE_BEGIN,
VIS_ACTION_CURSOR_LINE_END,
- VIS_ACTION_CURSOR_LINE_LASTCHAR,
VIS_ACTION_CURSOR_SCREEN_LINE_UP,
VIS_ACTION_CURSOR_SCREEN_LINE_DOWN,
VIS_ACTION_CURSOR_SCREEN_LINE_BEGIN,
@@ -420,11 +419,6 @@ static const KeyAction vis_action[] = {
"Move cursor to end of the line",
movement, { .i = VIS_MOVE_LINE_END }
},
- [VIS_ACTION_CURSOR_LINE_LASTCHAR] = {
- "cursor-line-lastchar",
- "Move cursor to last character of the line",
- movement, { .i = VIS_MOVE_LINE_LASTCHAR }
- },
[VIS_ACTION_CURSOR_SCREEN_LINE_UP] = {
"cursor-screenline-up",
"Move cursor screen/display line upwards",