Browse Source

Suspend autosuggest on 'history-beginning-search-backward' and 'history-beginning-search-forward' commands

pull/11/head
Vladimir Rudnyh 10 years ago
parent
commit
48f03e2b0c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      autosuggestions.zsh

+ 1
- 0
autosuggestions.zsh View File

@ -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…
Cancel
Save