From af6ae8dd0cbdfde3e4ee19faad32ff56cb8a32bd Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 22 Dec 2023 08:33:03 +0300 Subject: [PATCH] zsh mapping for completion menu --- home/user/.config/zsh/options | 1 + 1 file changed, 1 insertion(+) diff --git a/home/user/.config/zsh/options b/home/user/.config/zsh/options index 1e5e14f..91ffa84 100644 --- a/home/user/.config/zsh/options +++ b/home/user/.config/zsh/options @@ -72,6 +72,7 @@ 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 +bindkey '^[[Z' reverse-menu-complete insert-sudo() {