From 6dc8d37c45fa98fa045440a9d2b9c709c3cff1f6 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 11 May 2026 06:47:35 +0000 Subject: [PATCH] termux.zshrc aktualisiert --- termux.zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/termux.zshrc b/termux.zshrc index 6ba3827..fa14487 100644 --- a/termux.zshrc +++ b/termux.zshrc @@ -33,8 +33,10 @@ bindkey -e bindkey "^[[1;5C" forward-word bindkey "^[[1;5D" backward-word bindkey "^[[3~" delete-char -bindkey "$terminfo[kcuu1]" history-substring-search-up -bindkey "$terminfo[kcud1]" history-substring-search-down +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 # Shift + Pfeiltasten (verhindert A, B, C, D Ausgabe) bindkey '^[[1;2A' up-line-or-history # Hoch