added better history, but not enabled

This commit is contained in:
Stefen Auris 2017-10-10 15:40:52 -04:00
parent e978a3017c
commit 170908372a

7
.zshrc
View file

@ -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