diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-30 16:52:33 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-30 16:52:33 +0200 |
| commit | bd3176f1881402e5c50d060eb8d1f9317e45c472 (patch) | |
| tree | fd078175d8d19e9162e52e2cdd16616646b1f653 | |
| parent | a9c2a093fceec3a09eaffe29db157802af47dc59 (diff) | |
| download | vis-bd3176f1881402e5c50d060eb8d1f9317e45c472.tar.gz vis-bd3176f1881402e5c50d060eb8d1f9317e45c472.tar.xz | |
Unbreak 'J' in normal mode
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index cc2a076..69b2ff8 100644 --- a/config.def.h +++ b/config.def.h @@ -386,7 +386,7 @@ static KeyBinding vis_mode_normal[] = { { { NONE('.') }, repeat, { NULL } }, { { NONE('o') }, openline, { .i = MOVE_LINE_NEXT } }, { { NONE('O') }, openline, { .i = MOVE_LINE_PREV } }, - { { NONE('J') }, join, { .i = MOVE_LINE_NEXT } }, + { { NONE('J') }, join, { .i = MOVE_SCREEN_LINE_DOWN} }, { { NONE('x') }, delete, { .i = MOVE_CHAR_NEXT } }, { { NONE('r') }, replace, { NULL } }, { { NONE('i') }, switchmode, { .i = VIS_MODE_INSERT } }, |
