summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-01 17:51:25 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-01 18:28:07 -0400
commitd137cbdbcf07951b4d917254550b5a5d4a7156e5 (patch)
tree9428bff81089cfbe6e8eb58ea7c75befe1f57ee1
parent1d4724ad67c60781cc6e38bb14c7b2987f3c7e08 (diff)
downloadconf-d137cbdbcf07951b4d917254550b5a5d4a7156e5.tar.gz
conf-d137cbdbcf07951b4d917254550b5a5d4a7156e5.zip
disable async for zsh-autosuggestions
it seems to break history-search-end
-rw-r--r--zshrc2
1 files changed, 2 insertions, 0 deletions
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