aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index e299835..9d049fb 100644
--- a/config.def.h
+++ b/config.def.h
@@ -524,12 +524,12 @@ static KeyAction vis_action[] = {
[VIS_ACTION_MARK_GOTO] = {
"mark-goto",
"Goto the position of the given mark",
- mark,
+ mark_motion, { .i = MOVE_MARK }
},
[VIS_ACTION_MARK_GOTO_LINE] = {
"mark-goto-line",
"Goto first non-blank character of the line containing the given mark",
- mark_line,
+ mark_motion, { .i = MOVE_MARK_LINE }
},
[VIS_ACTION_REDRAW] = {
"editor-redraw",