From 804902c942f31666725baa25a93e84fb5218d383 Mon Sep 17 00:00:00 2001 From: "kujiu (@angua.kujiu.org)" Date: Thu, 24 Nov 2016 15:11:20 +0100 Subject: [PATCH] Fix zsh search history --- common/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/.zshrc b/common/.zshrc index a3f518e..acc7d28 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -124,8 +124,8 @@ fi hl() { highlight --out-format=xterm256 -l ${argv} | less -R; } -bindkey "^[[A" history-search-backward -bindkey "^[[B" history-search-forward +bindkey "^[OA" history-search-backward +bindkey "^[OB" history-search-forward POWERLINE_DETECT_SSH="true" POWERLINE_FULL_CURRENT_PATH="true"