mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Suspend autosuggest on 'history-beginning-search-backward' and 'history-beginning-search-forward' commands
This commit is contained in:
parent
ea19b7bcf8
commit
48f03e2b0c
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ function {
|
|||
ZLE_AUTOSUGGEST_SUSPEND_WIDGETS=(
|
||||
vi-cmd-mode vi-backward-char backward-char backward-word beginning-of-line
|
||||
history-search-forward history-search-backward up-line-or-history
|
||||
history-beginning-search-forward history-beginning-search-backward
|
||||
down-line-or-history
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue