commit 5cee235dd7ffb689026494a050d281cca428a329
parent 95da5bc536cc63067e1ffacd8827d91db49c9588
Author: Daniel Moch <daniel@danielmoch.com>
Date: Mon, 17 Jun 2019 07:05:57 -0400
Zsh: Bind forward history search
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.zshrc b/.zshrc
@@ -9,6 +9,7 @@ setopt prompt_subst correct auto_param_slash
bindkey -e
bindkey '^[[A' history-beginning-search-backward
+bindkey '^[[B' history-beginning-search-forward
bindkey '^[[7~' beginning-of-line
bindkey '^[[1~' beginning-of-line
bindkey '^[[8~' end-of-line