parent
b180b40b27
commit
d19c8dde68
1 changed files with 4 additions and 2 deletions
|
@ -11,5 +11,7 @@ bindkey '^[[B' history-substring-search-down
|
||||||
|
|
||||||
# Bind up and down keys
|
# Bind up and down keys
|
||||||
zmodload -F zsh/terminfo +p:terminfo
|
zmodload -F zsh/terminfo +p:terminfo
|
||||||
bindkey "${terminfo[kcuu1]}" history-substring-search-up
|
if [[ -n ${terminfo[kcuu1]} && -n ${terminfo[kcud1]} ]]; then
|
||||||
bindkey "${terminfo[kcud1]}" history-substring-search-down
|
bindkey ${terminfo[kcuu1]} history-substring-search-up
|
||||||
|
bindkey ${terminfo[kcud1]} history-substring-search-down
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue