summaryrefslogtreecommitdiff
path: root/tw/home/files
diff options
context:
space:
mode:
authorTimo Wilken2023-01-19 23:28:51 +0100
committerTimo Wilken2023-01-19 23:28:51 +0100
commita743a559aaaaa51be1a233b26c6c67acef69ea5a (patch)
tree2463f199ee81e09e9c493ab79b9ff127619cf516 /tw/home/files
parent8a8ea5700baa3f56a2edbdd08ebd013631a31e15 (diff)
Adjust zshrc for recent plugin changes
Diffstat (limited to 'tw/home/files')
-rw-r--r--tw/home/files/zshrc3
1 files changed, 1 insertions, 2 deletions
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