summary refs log tree commit diff stats
path: root/tag-zsh/config
diff options
context:
space:
mode:
authorAlan Pearce2016-09-24 19:03:49 +0200
committerAlan Pearce2016-09-24 19:03:49 +0200
commit2a62d9d4607673c120a7014f70189140b020cdc1 (patch)
treeccaf33cabdc2d1dc59d018422dbeb2b06c5076cf /tag-zsh/config
parent3b3919fccdde36f7982fc1e3d09aef1704da1d2e (diff)
downloaddotfiles-2a62d9d4607673c120a7014f70189140b020cdc1.tar.lz
dotfiles-2a62d9d4607673c120a7014f70189140b020cdc1.tar.zst
dotfiles-2a62d9d4607673c120a7014f70189140b020cdc1.zip
Remove zsh-directory-history
It was slow and I kept having issues
Diffstat (limited to 'tag-zsh/config')
-rw-r--r--tag-zsh/config/zsh/zshrc12
1 files changed, 1 insertions, 11 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index cf28f44..08ba28c 100644
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -4,8 +4,6 @@ source $ZPLUG_HOME/init.zsh
 zplug "zsh-users/zsh-completions"
 zplug "Tarrasch/zsh-autoenv", as:plugin
 zplug "clvv/fasd", hook-build:"PREFIX=$HOME make install"
-zplug "alanpearce/zsh-directory-history", at:"dirlog-as-zsh-function", as:command, use:"dirhist"
-zplug "alanpearce/zsh-directory-history", at:"dirlog-as-zsh-function", as:plugin
 zplug "caarlos0/zsh-open-pr", as:plugin
 if [[ -n $commands[nix-env] ]]
 then
@@ -167,12 +165,4 @@ then
 	fi
 fi
 
-if zplug check alanpearce/zsh-directory-history
-then
-	unsetopt flow_control 			# Let me use ^S and ^Q
-	bindkey "$terminfo[kcuu1]" directory-history-search-backward
-	bindkey "$terminfo[kcud1]" directory-history-search-forward
-
-	bindkey -M emacs '^R' history-substring-search-up
-	bindkey -M emacs '^S' history-substring-search-down
-fi
+unsetopt flow_control 			# Let me use ^S and ^Q