From 57fadb3de52b3ddcf0a8a4343cc9d2234d3ffc31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 8 Feb 2017 22:55:10 +0100 Subject: vis: improve and implementation in insert mode Fix #487 --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 04643d1..1849975 100644 --- a/config.def.h +++ b/config.def.h @@ -324,14 +324,14 @@ static const KeyBinding bindings_readline[] = { }; static const KeyBinding bindings_insert[] = { - { "", ALIAS("<", ALIAS("") }, { "", ALIAS("") }, { "", ALIAS("") }, { "", ACTION(COMPLETE_WORD) }, { "", ACTION(COMPLETE_FILENAME) }, { "", ALIAS("") }, { "", ACTION(INSERT_REGISTER) }, - { "", ALIAS(">>i") }, + { "", ALIAS("") }, { "", ACTION(WINDOW_SLIDE_UP) }, { "", ACTION(WINDOW_SLIDE_DOWN) }, { "", ACTION(INSERT_NEWLINE) }, -- cgit v1.2.3