Revert "zsh: Put the cursor at the end of the line when history searching"

This reverts commit ac4a637720.
This commit is contained in:
Salt 2018-08-24 18:01:49 -05:00
parent ac4a637720
commit afffd5ef11

View File

@ -13,8 +13,8 @@ unsetopt beep notify
bindkey -e
# Partial history matching
bindkey '\e[A' history-beginning-search-backward-end
bindkey '\e[B' history-beginning-search-forward-end
bindkey '\e[A' history-beginning-search-backward
bindkey '\e[B' history-beginning-search-forward
# Set up styling
zstyle :compinstall filename '/home/salt/.zshrc'