@@ -30,9 +30,6 @@ use = ["*10k.zsh-theme"]
[plugins.syntax-highlight]
github = "zsh-users/zsh-syntax-highlighting"
-[plugins.history-substring-search]
-github = "zsh-users/zsh-history-substring-search"
-
[plugins.git]
github = "sorin-ionescu/prezto"
use = ["/init.zsh", "/modules/git/init.zsh", "/modules/osx/init.zsh", "/modules/archive/init.zsh"]
@@ -9,4 +9,4 @@ search.case.sensitive=no
# Color theme (uncomment one to use)
include /opt/homebrew/opt/task/share/doc/task/rc/solarized-dark-256.theme
-news.version=3.1.0
+news.version=3.3.0
include /opt/homebrew/opt/task/share/doc/task/rc/solarized-light-256.theme
@@ -81,10 +81,6 @@ bindkey -M menuselect 'l' vi-forward-char
bindkey -M menuselect 'j' vi-down-line-or-history
bindkey -v '^?' backward-delete-char
-# use up and down keys for substring search (needs to be called after plugin loading)
-bindkey '^[[A' history-substring-search-up
-bindkey '^[[B' history-substring-search-down
[[ ! -f ~/.zsh_local_completions ]] || source ~/.zsh_local_completions
# Better cp -- must go after compinit and stuff