summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortilpner2019-09-24 14:44:45 +0200
committertilpner2019-09-24 14:44:45 +0200
commit91b55e077211fece7c8593b742fc4f838f192953 (patch)
tree5cbe19fc44f34f6aa92e29718633986aa1d09bc1
parent878c75cd577d67677f6b6f3d3d09a163704d3f5c (diff)
downloadzsh-master.tar.gz
zsh-master.tar.xz
zsh-master.zip
prompt: adapt for urxvtHEADmaster
-rw-r--r--conf.d/60-prompt.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/60-prompt.zsh b/conf.d/60-prompt.zsh
index 0c19904..cbf00dd 100644
--- a/conf.d/60-prompt.zsh
+++ b/conf.d/60-prompt.zsh
@@ -151,7 +151,7 @@ RPROMPT='$(right_prompt)'
bindkey "${terminfo[khome]}" beginning-of-line
bindkey "${terminfo[kend]}" end-of-line
-bindkey '\eOA' history-substring-search-up # or ^[OA
-bindkey '\eOB' history-substring-search-down # or ^[OB
+bindkey '^[[A' history-substring-search-up # or ^[OA
+bindkey '^[[B' history-substring-search-down # or ^[OB
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE=fg=cyan