From 388f3a1f78dfb7fbd2fa8e63187274753c880feb Mon Sep 17 00:00:00 2001 From: HerrCraziDev Date: Thu, 18 Apr 2024 11:17:01 +0200 Subject: [PATCH] zsh: enable single-tab completion$ --- .zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index d197da5..e77e0b5 100644 --- a/.zshrc +++ b/.zshrc @@ -31,7 +31,7 @@ source "$HOME/.termrc" # The following lines were added by compinstall -zstyle ':completion:*' completer _list _expand _complete _ignored _approximate _prefix +zstyle ':completion:*' completer _expand _complete _ignored _approximate _prefix zstyle ':completion:*' expand prefix zstyle ':completion:*' file-sort name zstyle ':completion:*' ignore-parents parent @@ -69,3 +69,6 @@ bindkey -e # Disable zsh globbing error messages, leave it to the called program setopt +o nomatch +# Set immediate completion +setopt menu_complete +