aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 9625512..4fcbee4 100644
--- a/config.def.h
+++ b/config.def.h
@@ -194,7 +194,7 @@ static KeyBinding vis_mode_normal[] = {
{ "A", ACTION(APPEND_LINE_END) },
{ "C", ALIAS("c$") },
{ "D", ALIAS("d$") },
- { "I", ALIAS("^i") },
+ { "I", ACTION(INSERT_LINE_START) },
{ ".", ACTION(REPEAT) },
{ "o", ACTION(OPEN_LINE_BELOW) },
{ "O", ACTION(OPEN_LINE_ABOVE) },