From 170908372acfac3a3e77fd0b66bf97bfb979dc84 Mon Sep 17 00:00:00 2001 From: steveokard Date: Tue, 10 Oct 2017 15:40:52 -0400 Subject: [PATCH] added better history, but not enabled --- .zshrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zshrc b/.zshrc index cfcb103..f2e71e6 100644 --- a/.zshrc +++ b/.zshrc @@ -53,3 +53,10 @@ antibody bundle zsh-users/zsh-syntax-highlighting ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=3' eval "$(fasd --init auto)" +#Better History https://coderwall.com/p/jpj_6q/zsh-better-history-searching-with-arrow-keys +#autoload -U up-line-or-beginning-search +#autoload -U down-line-or-beginning-search +#zle -N up-line-or-beginning-search +#zle -N down-line-or-beginning-search +#bindkey "^[[A" up-line-or-beginning-search # Up +#bindkey "^[[B" down-line-or-beginning-search # Down