From a0421469c0c903de07a1e8280fda75538135ef89 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 25 May 2025 18:55:19 +0200 Subject: [PATCH] Fixed typo --- zsh/dot-zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 2cb22ec..aa5def8 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -35,7 +35,7 @@ HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND="fg=yellow" HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND="fg=red" HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_TIMEOUT=3 -VI_MODE_RESET_PROMT_ON_MODE_CHANGE=true +VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true VI_MODE_SET_CURSOR=true # Might cause issues? KEYTIMEOUT=1