X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zsh%2Frc%2F020autosuggestions.zsh;h=4cba85541cd6c7f707242837c682cddd9a9f96fd;hb=5e2205df9515fe28781e91896733a26d3441722f;hp=f54e883f32a74737f22fdb53b58695870214666d;hpb=f0735b5d912c72e0b56bc49d4f413d30efdb954d;p=dotfiles.git diff --git a/zsh/.zsh/rc/020autosuggestions.zsh b/zsh/.zsh/rc/020autosuggestions.zsh index f54e883..4cba855 100644 --- a/zsh/.zsh/rc/020autosuggestions.zsh +++ b/zsh/.zsh/rc/020autosuggestions.zsh @@ -1,2 +1,7 @@ . ~/work/zsh-autosuggestions/zsh-autosuggestions.zsh +unset ZSH_AUTOSUGGEST_USE_ASYNC ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=cyan" +ZSH_AUTOSUGGEST_IGNORE_WIDGETS+=( + history-incremental-pattern-search-backward + history-incremental-pattern-search-forward +)