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