all repos — nixfiles @ 84e5cb9fcc9faa1c846e12ec7234e24c18f1fab7

System and user configuration, managed by nix and home-manager

zsh: Bind directory-history search keys

Alan Pearce
commit

84e5cb9fcc9faa1c846e12ec7234e24c18f1fab7

parent

0f756df9afe3476cd4bef8fac54a5cbdb93080e8

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-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