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
|
bindkey -e
|
||||||
|
|
||||||
# Partial history matching
|
# Partial history matching
|
||||||
bindkey '\e[A' history-beginning-search-backward
|
autoload -U history-search-end
|
||||||
bindkey '\e[B' history-beginning-search-forward
|
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
|
# Set up styling
|
||||||
zstyle :compinstall filename '/home/salt/.zshrc'
|
zstyle :compinstall filename '/home/salt/.zshrc'
|
||||||
|
Loading…
Reference in New Issue
Block a user