]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zsh/rc/020autosuggestions.zsh
Fix incremental-pattern-search with zsh 5.8.1 and autosuggestions
[dotfiles.git] / zsh / .zsh / rc / 020autosuggestions.zsh
index f54e883f32a74737f22fdb53b58695870214666d..4cba85541cd6c7f707242837c682cddd9a9f96fd 100644 (file)
@@ -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
+)