aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-01-13 22:36:10 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-01-13 23:01:48 +0100
commit4ce6dbad5357930bca318b0db17f8ac131faad4f (patch)
tree4a546fd2b61f174e0a693af4ebffe3b405b59d7f /config.def.h
parentd6416ab16add6bbbad46e485cffd81e15ad1d45b (diff)
downloadvis-4ce6dbad5357930bca318b0db17f8ac131faad4f.tar.gz
vis-4ce6dbad5357930bca318b0db17f8ac131faad4f.tar.xz
Make J also join lines spanning multiple screen lines
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 19ca7be..5880828 100644
--- a/config.def.h
+++ b/config.def.h
@@ -399,7 +399,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_SCREEN_LINE_DOWN} },
+ { { NONE('J') }, join, { .i = MOVE_LINE_NEXT } },
{ { NONE('x') }, delete, { .i = MOVE_CHAR_NEXT } },
{ { NONE('r') }, replace, { NULL } },
{ { NONE('i') }, switchmode, { .i = VIS_MODE_INSERT } },