Suspend autosuggest on 'history-beginning-search-backward' and 'history-beginning-search-forward' commands
This commit is contained in:
@@ -30,6 +30,7 @@ function {
|
|||||||
ZLE_AUTOSUGGEST_SUSPEND_WIDGETS=(
|
ZLE_AUTOSUGGEST_SUSPEND_WIDGETS=(
|
||||||
vi-cmd-mode vi-backward-char backward-char backward-word beginning-of-line
|
vi-cmd-mode vi-backward-char backward-char backward-word beginning-of-line
|
||||||
history-search-forward history-search-backward up-line-or-history
|
history-search-forward history-search-backward up-line-or-history
|
||||||
|
history-beginning-search-forward history-beginning-search-backward
|
||||||
down-line-or-history
|
down-line-or-history
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user