Tired of 2-errors giving me bunk autocompletion. Downing it to 1

This commit is contained in:
Wryn Wagner 2021-02-23 09:20:37 -07:00
parent a1c51eac86
commit 45e85e0f03

View File

@ -14,7 +14,7 @@ bindkey -v
# --- Autocompletion Settings --------------------------------
zmodload -i zsh/complist;
zstyle ':completion:*' completer _complete _ignored _approximate
zstyle ':completion:*' max-errors 2
zstyle ':completion:*' max-errors 1
zstyle ':completion:*' menu select;
bindkey -M menuselect '^M' .accept-line; # don't require 'return' to select menu item