diff options
-rw-r--r-- | .zsh_comprc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh_comprc b/.zsh_comprc index 1a0de59..0a6243e 100644 --- a/.zsh_comprc +++ b/.zsh_comprc @@ -15,6 +15,8 @@ zstyle ':completion:*' list-colors '' zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s zstyle ':completion:*' list-suffixes true zstyle ':completion:*' match-original both +# this breaks … something? max-errors possibly +# zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' +'l:|=* r:|=*' zstyle ':completion:*' max-errors 1 zstyle ':completion:*' menu select=5 zstyle ':completion:*' original true |