From 4df7d9fce48df4bfff62a6aad20f22e73011b966 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Tue, 1 Nov 2022 21:47:18 +0300 Subject: [PATCH] zsh vi mode --- sub/zsh/options | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sub/zsh/options b/sub/zsh/options index 5c0783e..b684319 100644 --- a/sub/zsh/options +++ b/sub/zsh/options @@ -30,3 +30,5 @@ bindkey '^U' kill-whole-line bindkey -M vicmd '^U' kill-whole-line bindkey -M viins '^U' kill-whole-line bindkey -M viins '\e.' insert-last-word +bindkey -M vicmd '^K' up-line-or-history +bindkey -M vicmd '^J' down-line-or-history