vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit ea0b37eb4b656ac11cf971e2d3758253c2c18327 parent 921cd1d1322792a1cbb8db9bd2c87d6a6ef5a496 Author: Marc André Tanner <mat@brain-dump.org> Date: Tue, 27 Oct 2015 17:13:57 +0100 vis: map C-c to leave insert mode Diffstat:
| M | config.def.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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>") },