diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
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>") }, |
