]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/020autosuggestions.zsh
Fix incremental-pattern-search with zsh 5.8.1 and autosuggestions
[dotfiles.git] / zsh / .zsh / rc / 020autosuggestions.zsh
1 . ~/work/zsh-autosuggestions/zsh-autosuggestions.zsh
2 unset ZSH_AUTOSUGGEST_USE_ASYNC
3 ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=cyan"
4 ZSH_AUTOSUGGEST_IGNORE_WIDGETS+=(
5     history-incremental-pattern-search-backward
6     history-incremental-pattern-search-forward
7 )