about summary refs log tree commit diff
path: root/Src/Zle/zle_bindings.c
diff options
context:
space:
mode:
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,