From a3b6953ba37d19a0e6d9c4dce623057f107673ee Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Fri, 4 Dec 2020 13:10:42 -0700 Subject: [PATCH] updated zsh max error because 4 was causing autocompletion problems --- zsh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/config b/zsh/config index 9f7c45b..a09e5d7 100644 --- a/zsh/config +++ b/zsh/config @@ -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