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 859b3db..181dc7c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -229,8 +229,8 @@ static void vis_mode_operator_input(const char *str, size_t len) {
}
static KeyBinding vis_operator_options[] = {
- { { NONE('v') }, linewise, { .b = false } },
- { { NONE('V') }, linewise, { .b = true } },
+ { { NONE('v') }, motiontype, { .i = CHARWISE } },
+ { { NONE('V') }, motiontype, { .i = LINEWISE } },
{ /* empty last element, array terminator */ },
};