mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-31 22:07:25 -08:00
fix(zsh): use correct key
This commit is contained in:
parent
7ae14646d7
commit
19b870a1f7
|
@ -117,7 +117,7 @@ if [[ "::TRANSIENT::" = "true" ]]; then
|
|||
bindkey '^[[B' down-line-or-beginning-search
|
||||
fi
|
||||
if [[ -n "${_widgets[(r)up-line-or-beginning-search]}" ]]; then
|
||||
bindkey '^[[B' up-line-or-beginning-search
|
||||
bindkey '^[[A' up-line-or-beginning-search
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue