Browse Source

Add latest zsh config fixes

Kevin Heinicke 9 months ago
parent
commit
a50e7d4c81
4 changed files with 2 additions and 9 deletions
  1. 0 3
      sheldon-plugins.toml
  2. 1 1
      taskrc-dark
  3. 1 1
      taskrc-light
  4. 0 4
      zshrc

+ 0 - 3
sheldon-plugins.toml

@@ -30,9 +30,6 @@ use = ["*10k.zsh-theme"]
 [plugins.syntax-highlight]
 [plugins.syntax-highlight]
 github = "zsh-users/zsh-syntax-highlighting"
 github = "zsh-users/zsh-syntax-highlighting"
 
 
-[plugins.history-substring-search]
-github = "zsh-users/zsh-history-substring-search"
-
 [plugins.git]
 [plugins.git]
 github = "sorin-ionescu/prezto"
 github = "sorin-ionescu/prezto"
 use = ["/init.zsh", "/modules/git/init.zsh", "/modules/osx/init.zsh", "/modules/archive/init.zsh"]
 use = ["/init.zsh", "/modules/git/init.zsh", "/modules/osx/init.zsh", "/modules/archive/init.zsh"]

+ 1 - 1
taskrc-dark

@@ -9,4 +9,4 @@ search.case.sensitive=no
 # Color theme (uncomment one to use)
 # Color theme (uncomment one to use)
 include /opt/homebrew/opt/task/share/doc/task/rc/solarized-dark-256.theme
 include /opt/homebrew/opt/task/share/doc/task/rc/solarized-dark-256.theme
 
 
-news.version=3.1.0
+news.version=3.3.0

+ 1 - 1
taskrc-light

@@ -9,4 +9,4 @@ search.case.sensitive=no
 # Color theme (uncomment one to use)
 # Color theme (uncomment one to use)
 include /opt/homebrew/opt/task/share/doc/task/rc/solarized-light-256.theme
 include /opt/homebrew/opt/task/share/doc/task/rc/solarized-light-256.theme
 
 
-news.version=3.1.0
+news.version=3.3.0

+ 0 - 4
zshrc

@@ -81,10 +81,6 @@ bindkey -M menuselect 'l' vi-forward-char
 bindkey -M menuselect 'j' vi-down-line-or-history
 bindkey -M menuselect 'j' vi-down-line-or-history
 bindkey -v '^?' backward-delete-char
 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
 [[ ! -f ~/.zsh_local_completions ]] || source ~/.zsh_local_completions
 
 
 # Better cp -- must go after compinit and stuff
 # Better cp -- must go after compinit and stuff