From a66621f0a423402a35977d423fd34d484511adbb Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 12 Dec 2024 16:58:33 +0300 Subject: [PATCH] zsh completions --- home/user/.config/zsh/completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/zsh/completion b/home/user/.config/zsh/completion index 9facaf3..bea999c 100644 --- a/home/user/.config/zsh/completion +++ b/home/user/.config/zsh/completion @@ -36,7 +36,7 @@ zstyle ':completion:*:messages' format ' %F{purple} -- %d --%f' zstyle ':completion:*:warnings' format ' %F{red}-- no matches found --%f' zstyle ':autocomplete:*' min-input 3 -zstyle ':autocomplete:*' delay 0.1 +zstyle ':autocomplete:*' delay 0.3 bindkey -M menuselect '^h' vi-backward-char