diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2018-01-24 20:29:44 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2018-01-26 20:06:53 +0100 |
| commit | 0d1578e1c783bc335cc0f610454c3ee47432f393 (patch) | |
| tree | 4e0b478fb392d08d41625782aecc259d4af75c53 /config.def.h | |
| parent | 30f13eb60e8e9a7333051709bda758f8ee442151 (diff) | |
| download | vis-0d1578e1c783bc335cc0f610454c3ee47432f393.tar.gz vis-0d1578e1c783bc335cc0f610454c3ee47432f393.tar.xz | |
vis: insert literal new line upon <C-j> in insert mode
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 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[] = { { "<C-d>", ALIAS("<vis-operator-shift-left><vis-operator-shift-left>") }, { "<C-i>", ALIAS("<Tab>") }, - { "<C-j>", ALIAS("<Enter>") }, + { "<C-j>", ALIAS("<vis-insert-verbatim>u000a") }, { "<C-m>", ALIAS("<Enter>") }, { "<C-r>", ACTION(INSERT_REGISTER) }, { "<C-t>", ALIAS("<vis-operator-shift-right><vis-operator-shift-right>") }, |
