diff --git a/zsh/plugins b/zsh/plugins index 29134b6..eb44107 100644 --- a/zsh/plugins +++ b/zsh/plugins @@ -1,2 +1,3 @@ zsh-users/zsh-completions +zsh-users/zsh-autosuggestions zsh-users/zsh-syntax-highlighting # leave this last diff --git a/zsh/rc b/zsh/rc index fd1152c..9c70a00 100644 --- a/zsh/rc +++ b/zsh/rc @@ -86,6 +86,9 @@ source "${_here}/completion" # Plugins # ########### +export ZSH_AUTOSUGGEST_STRATEGY=(history completion) +export ZSH_AUTOSUGGEST_MANUAL_REBIND=true + _antidote="${_cache_dir}/antidote" _plugins="${_here}/plugins" _plugins_cache="${_cache_dir}/plugins"