diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 7437408..095ad17 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -36,6 +36,8 @@ HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND="fg=yellow" HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND="fg=red" HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_TIMEOUT=3 +ZSH_AUTOSUGGEST_STRATEGY=(history completion) + VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true VI_MODE_SET_CURSOR=true # Might cause issues?