about summary refs log tree commit diff
path: root/Src/Zle/zle_bindings.c
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-12-18 02:14:57 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-12-18 02:14:57 +0000
commitbf23eb259cb859d7b12a258cbdb6ae3a7215673b (patch)
tree00509d095233a008ad7903884dea504d19102c0c /Src/Zle/zle_bindings.c
parentef13567352fe6f583109684f24cb77d12fe3af0a (diff)
downloadzsh-bf23eb259cb859d7b12a258cbdb6ae3a7215673b.tar.gz
zsh-bf23eb259cb859d7b12a258cbdb6ae3a7215673b.tar.xz
zsh-bf23eb259cb859d7b12a258cbdb6ae3a7215673b.zip
Back out 13285.
Diffstat (limited to 'Src/Zle/zle_bindings.c')
-rw-r--r--Src/Zle/zle_bindings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/Zle/zle_bindings.c b/Src/Zle/zle_bindings.c
index 67acc15f9..e95061df2 100644
--- a/Src/Zle/zle_bindings.c
+++ b/Src/Zle/zle_bindings.c
@@ -396,8 +396,8 @@ int vicmdbind[128] = {
     /* g */ z_undefinedkey,
     /* h */ z_vibackwardchar,
     /* i */ z_viinsert,
-    /* j */ z_vidownlineorhistory,
-    /* k */ z_viuplineorhistory,
+    /* j */ z_downlineorhistory,
+    /* k */ z_uplineorhistory,
     /* l */ z_viforwardchar,
     /* m */ z_visetmark,
     /* n */ z_virepeatsearch,