1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

zsh: cap autosuggest maximum line length

This commit is contained in:
Joe Groocock 2019-12-15 11:43:49 +00:00
parent a7f104e942
commit dc6fab9f8a
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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)