zsh: Put the cursor at the end of the line when history searching
This commit is contained in:
parent
f169594f40
commit
ac4a637720
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user