diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 93df55f..a7b4168 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -133,6 +133,9 @@ setopt hist_expire_dups_first setopt extended_history # Record times in history setopt hist_ignore_all_dups +bindkey '^[[A' up-line-or-search +bindkey '^[[B' down-line-or-search + # Configure alternative histfile location HISTFILE="$XDG_DATA_HOME/zsh/histfile" if [ ! -d $(dirname $HISTFILE) ]