updated zsh max error because 4 was causing autocompletion problems

This commit is contained in:
Wryn Wagner 2020-12-04 13:10:42 -07:00
parent 2d829174b7
commit a3b6953ba3

View File

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