aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-10 21:29:24 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-10 21:29:24 +0200
commitaa8bbbbe06646d9264d7780d9962ae4e9038ac40 (patch)
tree584a5849c523992f8a8dc48fbbffa1e6d1865aeb /config.def.h
parent457ce33d1ca3a23388b93dbfb4cb5dd429a6c0de (diff)
downloadvis-aa8bbbbe06646d9264d7780d9962ae4e9038ac40.tar.gz
vis-aa8bbbbe06646d9264d7780d9962ae4e9038ac40.tar.xz
Add normal mode command 'J'
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
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 } },