zsh: Bind directory-history search keys
Alan Pearce alan.pearce@spotcap.com
Fri, 22 Jul 2016 14:40:22 +0200
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -183,8 +183,8 @@ if zplug check alanpearce/zsh-directory-history then unsetopt flow_control # Let me use ^S and ^Q - # bindkey '\e[A' directory-history-search-backward - # bindkey '\e[B' directory-history-search-forward + bindkey '\e[B' directory-history-search-backward + bindkey '\e[A' directory-history-search-forward bindkey -M emacs '^R' history-substring-search-up bindkey -M emacs '^S' history-substring-search-down