From e22f0c594c3430b85e2ac40d2794811f51ab53d2 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 7 Sep 2025 05:58:48 +0200 Subject: [PATCH] zsh: Added completion autosuggest strategy as fallback --- zsh/dot-zshrc | 2 ++ 1 file changed, 2 insertions(+) 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?