Add zsh-history-substring-search widgets to CLEAR array by default.

This commit is contained in:
Eric Freese 2016-03-01 13:13:01 -07:00
parent 985de56f6e
commit c7c9929490
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,8 @@ ZSH_AUTOSUGGEST_CLEAR_WIDGETS=(
history-search-backward
history-beginning-search-forward
history-beginning-search-backward
history-substring-search-up
history-substring-search-down
up-line-or-history
down-line-or-history
accept-line

View file

@ -43,6 +43,8 @@ ZSH_AUTOSUGGEST_CLEAR_WIDGETS=(
history-search-backward
history-beginning-search-forward
history-beginning-search-backward
history-substring-search-up
history-substring-search-down
up-line-or-history
down-line-or-history
accept-line