From 5e2205df9515fe28781e91896733a26d3441722f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 14 Feb 2022 00:29:22 +0300 Subject: [PATCH] Fix incremental-pattern-search with zsh 5.8.1 and autosuggestions --- zsh/.zsh/rc/020autosuggestions.zsh | 5 +++++ 1 file changed, 5 insertions(+) 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 +) -- 2.44.0