From b2f4efe7ccba3bced17c0beeae2ddf45e11edc3a Mon Sep 17 00:00:00 2001 From: Matus Namesny Date: Thu, 13 Jan 2022 13:50:17 +0100 Subject: [PATCH] Change bindkeys --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index a31917e..00f8dc5 100644 --- a/.zshrc +++ b/.zshrc @@ -14,8 +14,8 @@ export HISTSIZE=15000 # keep 15,000 lines in memory export SAVEHIST=10000 # but save only 10,000 of them # Bindkeys -bindkey '^[[A' history-substring-search-up -bindkey '^[[B' history-substring-search-down +bindkey "$terminfo[kcuu1]" history-substring-search-up +bindkey "$terminfo[kcud1]" history-substring-search-down # VTE if [ $TILIX_ID ] || [ $VTE_VERSION ]; then