From a743a559aaaaa51be1a233b26c6c67acef69ea5a Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 19 Jan 2023 23:28:51 +0100 Subject: Adjust zshrc for recent plugin changes --- tw/home/files/zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tw/home/files') diff --git a/tw/home/files/zshrc b/tw/home/files/zshrc index 757f679e..a13df739 100644 --- a/tw/home/files/zshrc +++ b/tw/home/files/zshrc @@ -150,9 +150,8 @@ if load_plugin zsh-history-substring-search; then bindkey -M emacs '^N' history-substring-search-down bindkey -M vicmd 'k' history-substring-search-up bindkey -M vicmd 'j' history-substring-search-down + HISTORY_SUBSTRING_SEARCH_FUZZY=1 fi -load_plugin zsh-autopair - load_plugin fast-syntax-highlighting || load_plugin zsh-syntax-highlighting -- cgit v1.2.3