From c7ab22b9b1b191596e6a6fed3437717d47e1ce72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 15 Feb 2016 13:39:44 +0100 Subject: vis: add as an alias for in normal mode Based on a patch by Erlend Fagerheim. --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 368e80c..f5957ac 100644 --- a/config.def.h +++ b/config.def.h @@ -162,6 +162,7 @@ static const KeyBinding bindings_operator_options[] = { static const KeyBinding bindings_normal[] = { { "", ACTION(CURSORS_REMOVE_ALL) }, + { "", ALIAS("") }, { "", ALIAS("x") }, { "", ACTION(CURSORS_NEW_LINE_ABOVE) }, { "", ACTION(CURSORS_NEW_LINE_BELOW) }, @@ -277,7 +278,7 @@ static const KeyBinding bindings_readline[] = { { "", ALIAS("") }, { "", ACTION(DELETE_CHAR_NEXT) }, { "", ACTION(MODE_NORMAL) }, - { "", ALIAS("") }, + { "", ALIAS("") }, { "", ACTION(DELETE_CHAR_NEXT) }, { "", ACTION(DELETE_WORD_PREV) }, { "", ACTION(DELETE_LINE_BEGIN) }, @@ -287,7 +288,6 @@ static const KeyBinding bindings_readline[] = { static const KeyBinding bindings_insert[] = { { "", ACTION(MODE_NORMAL) }, - { "", ALIAS("") }, { "", ALIAS("") }, { "", ACTION(INSERT_NEWLINE) }, { "", ALIAS("") }, -- cgit v1.2.3