fix(zsh): ask to show large number of completions
This commit is contained in:
@@ -32,7 +32,6 @@ zstyle ':completion:*' insert-unambiguous true
|
|||||||
# shellcheck disable=SC2296
|
# shellcheck disable=SC2296
|
||||||
zstyle ':completion:*:default' list-colors "${(s.:.)LS_COLORS}"
|
zstyle ':completion:*:default' list-colors "${(s.:.)LS_COLORS}"
|
||||||
zstyle ':completion:*' list-dirs-first true
|
zstyle ':completion:*' list-dirs-first true
|
||||||
zstyle ':completion:*:default' list-prompt ''
|
|
||||||
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'
|
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'
|
||||||
zstyle ':completion:*:approximate:*' max-errors 1 numeric
|
zstyle ':completion:*:approximate:*' max-errors 1 numeric
|
||||||
zstyle ':completion:*:default' menu select
|
zstyle ':completion:*:default' menu select
|
||||||
|
|||||||
Reference in New Issue
Block a user