From d137cbdbcf07951b4d917254550b5a5d4a7156e5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Jul 2021 17:51:25 -0400 Subject: disable async for zsh-autosuggestions it seems to break history-search-end --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 26d8996..31819a7 100644 --- a/zshrc +++ b/zshrc @@ -71,6 +71,8 @@ ZSH_HIGHLIGHT_STYLES[assign]='fg=cyan' # zsh-autosuggestions {{{ source ~/.config/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=black,bold' +# see https://github.com/zsh-users/zsh-autosuggestions/issues/619 +unset ZSH_AUTOSUGGEST_USE_ASYNC # }}} # vim-history-sync {{{ source ~/.vim/pack/plugins/start/history-sync/sh/history-sync.zsh -- cgit v1.2.3