zsh: Actually do that thing I wanted to do two commits ago
This commit is contained in:
parent
afffd5ef11
commit
7534652fca
@ -13,8 +13,11 @@ unsetopt beep notify
|
||||
bindkey -e
|
||||
|
||||
# Partial history matching
|
||||
bindkey '\e[A' history-beginning-search-backward
|
||||
bindkey '\e[B' history-beginning-search-forward
|
||||
autoload -U history-search-end
|
||||
zle -N history-beginning-search-backward-end history-search-end
|
||||
zle -N history-beginning-search-forward-end history-search-end
|
||||
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