From 2f1f3527c5876a279e4624f345217f2f47d0b72b Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 8 Oct 2023 17:10:38 +0200 Subject: [PATCH] zsh: use tab to select match and continue completion --- config/zsh/completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zsh/completion.zsh b/config/zsh/completion.zsh index 7afc24d..ecfdcec 100644 --- a/config/zsh/completion.zsh +++ b/config/zsh/completion.zsh @@ -51,7 +51,7 @@ bindkey -M menuselect 'l' vi-forward-char bindkey -M menuselect 'p' accept-and-hold # Accept selected match and restart completion (allows drilling down directories). -bindkey -M menuselect '/' accept-and-infer-next-history +bindkey -M menuselect '\t' accept-and-infer-next-history # Remove previously inserted matches. bindkey -M menuselect 'u' undo