Tired of 2-errors giving me bunk autocompletion. Downing it to 1
This commit is contained in:
parent
a1c51eac86
commit
45e85e0f03
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user