Fix zsh search history
This commit is contained in:
parent
d019ad4f8c
commit
804902c942
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ fi
|
||||||
|
|
||||||
|
|
||||||
hl() { highlight --out-format=xterm256 -l ${argv} | less -R; }
|
hl() { highlight --out-format=xterm256 -l ${argv} | less -R; }
|
||||||
bindkey "^[[A" history-search-backward
|
bindkey "^[OA" history-search-backward
|
||||||
bindkey "^[[B" history-search-forward
|
bindkey "^[OB" history-search-forward
|
||||||
|
|
||||||
POWERLINE_DETECT_SSH="true"
|
POWERLINE_DETECT_SSH="true"
|
||||||
POWERLINE_FULL_CURRENT_PATH="true"
|
POWERLINE_FULL_CURRENT_PATH="true"
|
||||||
|
|
Loading…
Reference in a new issue