zsh: Desactivar autocompletación de menú

This commit is contained in:
Cat /dev/Nulo 2022-02-03 13:34:01 -03:00
parent 0bce60d17e
commit 754317859c
1 changed files with 0 additions and 3 deletions

3
.zshrc
View File

@ -9,9 +9,6 @@ bindkey -e
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
zmodload zsh/complist
zstyle ':completion:*' menu yes select
zstyle ':completion:*' list-dirs-first yes
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'