From 84e5cb9fcc9faa1c846e12ec7234e24c18f1fab7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 22 Jul 2016 14:40:22 +0200 Subject: zsh: Bind directory-history search keys --- tag-zsh/config/zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tag-zsh/config/zsh') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index ddcdfbd..63384f5 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -183,8 +183,8 @@ fi 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 -- cgit 1.4.1