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

This commit is contained in:
Salt 2018-08-24 17:56:51 -05:00
parent f169594f40
commit ac4a637720

View File

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