Sfoglia il codice sorgente

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

pull/11/head
Vladimir Rudnyh 10 anni fa
parent
commit
48f03e2b0c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      autosuggestions.zsh

+ 1
- 0
autosuggestions.zsh Vedi File

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

Caricamento…
Annulla
Salva