aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-11-02 16:47:25 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-11-02 16:48:26 +0100
commit70161802d697a87f8b7c7d9d1c3624c6d3b6f62c (patch)
treeeb21f9987ed6aecb4d556ae58b90e2f74736192b /config.def.h
parent360e998c3e89bc40112b0dd44a39fad6add9bbb4 (diff)
downloadvis-70161802d697a87f8b7c7d9d1c3624c6d3b6f62c.tar.gz
vis-70161802d697a87f8b7c7d9d1c3624c6d3b6f62c.tar.xz
vis: make I command repeatable
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) },