zsh: enable single-tab completion$

This commit is contained in:
2024-04-18 11:17:01 +02:00
parent 4ab4a5d2be
commit 388f3a1f78

5
.zshrc
View File

@@ -31,7 +31,7 @@ source "$HOME/.termrc"
# The following lines were added by compinstall # 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:*' expand prefix
zstyle ':completion:*' file-sort name zstyle ':completion:*' file-sort name
zstyle ':completion:*' ignore-parents parent zstyle ':completion:*' ignore-parents parent
@@ -69,3 +69,6 @@ bindkey -e
# Disable zsh globbing error messages, leave it to the called program # Disable zsh globbing error messages, leave it to the called program
setopt +o nomatch setopt +o nomatch
# Set immediate completion
setopt menu_complete