From 0d1578e1c783bc335cc0f610454c3ee47432f393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 24 Jan 2018 20:29:44 +0100 Subject: vis: insert literal new line upon in insert mode --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 0037949..2cb06b0 100644 --- a/config.def.h +++ b/config.def.h @@ -330,7 +330,7 @@ static const KeyBinding bindings_readline[] = { static const KeyBinding bindings_insert[] = { { "", ALIAS("") }, { "", ALIAS("") }, - { "", ALIAS("") }, + { "", ALIAS("u000a") }, { "", ALIAS("") }, { "", ACTION(INSERT_REGISTER) }, { "", ALIAS("") }, -- cgit v1.2.3