Remove zsh-directory-history It was slow and I kept having issues
Alan Pearce alan@alanpearce.uk
Sat, 24 Sep 2016 19:03:49 +0200
1 files changed, 1 insertions(+), 11 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -4,8 +4,6 @@ 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 @@ echo "no fasd" 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