From aa8bbbbe06646d9264d7780d9962ae4e9038ac40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 10 Sep 2014 21:29:24 +0200 Subject: Add normal mode command 'J' --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 7a0385c..edf34ca 100644 --- a/config.def.h +++ b/config.def.h @@ -343,6 +343,7 @@ static KeyBinding vis_normal[] = { { { NONE('N') }, movement, { .i = MOVE_SEARCH_BACKWARD } }, { { NONE('o') }, openline, { .i = MOVE_LINE_NEXT } }, { { NONE('O') }, openline, { .i = MOVE_LINE_PREV } }, + { { NONE('J') }, joinline, { .i = MOVE_LINE_NEXT } }, { { NONE('x') }, call, { .f = editor_delete_key } }, { { NONE('r') }, replace, { NULL } }, { { NONE('i') }, switchmode, { .i = VIS_MODE_INSERT } }, -- cgit v1.2.3