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 c3a6c4c..84f49c5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -544,12 +544,12 @@ static KeyAction vis_action[] = {
[VIS_ACTION_TOTILL_REPEAT] = {
"totill-repeat",
"Repeat latest to/till motion",
- totill_repeat,
+ movement, { .i = MOVE_TOTILL_REPEAT }
},
[VIS_ACTION_TOTILL_REVERSE] = {
"totill-reverse",
"Repeat latest to/till motion but in opposite direction",
- totill_reverse,
+ movement, { .i = MOVE_TOTILL_REVERSE }
},
[VIS_ACTION_SEARCH_FORWARD] = {
"search-forward",