diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 0a1f0f1..163b9e3 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -98,6 +98,7 @@ bindkey -M vicmd l vi-repeat-search ZSH_AUTOSUGGEST_USE_ASYNC=true +ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=128 ZSH_AUTOSUGGEST_CLEAR_WIDGETS=("${(@)ZSH_AUTOSUGGEST_CLEAR_WIDGETS:#(up|down)-line-or-history}") ZSH_AUTOSUGGEST_CLEAR_WIDGETS+=(history-substring-search-up history-substring-search-down)