updated zsh max error because 4 was causing autocompletion problems
This commit is contained in:
parent
2d829174b7
commit
a3b6953ba3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user