aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-10-27 17:13:57 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-10-27 17:13:57 +0100
commit914522a72c9d356ccb5e20b9cd0eeb1166608af2 (patch)
treebf6d117575b9f9dfa956d4151c6a621aaf7cf31a /config.def.h
parent8b57764364fab4610e2e25f9c2005c8553f81053 (diff)
downloadvis-914522a72c9d356ccb5e20b9cd0eeb1166608af2.tar.gz
vis-914522a72c9d356ccb5e20b9cd0eeb1166608af2.tar.xz
vis: map C-c to leave insert 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 f0c6508..3255bc2 100644
--- a/config.def.h
+++ b/config.def.h
@@ -277,7 +277,7 @@ static KeyBinding vis_mode_prompt[] = {
static KeyBinding vis_mode_insert[] = {
{ "<Escape>", ACTION(MODE_NORMAL) },
- { "<C-l>", ALIAS("<Escape>") },
+ { "<C-c>", ALIAS("<Escape>") },
{ "<C-i>", ALIAS("<Tab>") },
{ "<Enter>", ACTION(INSERT_NEWLINE) },
{ "<C-j>", ALIAS("<Enter>") },