From 621edbca00ae599e46f7a68ee9f17aa4049496e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 3 Nov 2015 10:51:13 +0100 Subject: vis: add some default bindings for --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.def.h b/config.def.h index 10c386c..00e72e7 100644 --- a/config.def.h +++ b/config.def.h @@ -161,6 +161,7 @@ static KeyBinding vis_operator_options[] = { static KeyBinding vis_mode_normal[] = { { "", ACTION(CURSORS_REMOVE_ALL) }, + { "", ALIAS("x") }, { "", ACTION(CURSORS_NEW_LINE_ABOVE) }, { "", ACTION(CURSORS_NEW_LINE_BELOW) }, { "", ACTION(CURSORS_ALIGN) }, @@ -235,6 +236,7 @@ static KeyBinding vis_mode_visual[] = { { "A", ACTION(CURSORS_NEW_LINES_END) }, { "", ALIAS("d") }, { "", ALIAS("") }, + { "", ALIAS("") }, { "", ACTION(MODE_NORMAL) }, { "", ALIAS("") }, { "v", ALIAS("") }, @@ -257,6 +259,7 @@ static KeyBinding vis_mode_visual_line[] = { static KeyBinding vis_mode_readline[] = { { "", ACTION(DELETE_CHAR_PREV) }, { "", ALIAS("") }, + { "", ACTION(DELETE_CHAR_NEXT) }, { "", ACTION(MODE_NORMAL) }, { "", ALIAS("") }, { "", ACTION(DELETE_CHAR_NEXT) }, -- cgit v1.2.3