termux.zshrc aktualisiert

This commit is contained in:
Tim
2026-05-11 06:23:19 +00:00
parent fc3d3111e2
commit af2dfc4fa8
+2 -4
View File
@@ -33,10 +33,8 @@ bindkey -e
bindkey "^[[1;5C" forward-word bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word bindkey "^[[1;5D" backward-word
bindkey "^[[3~" delete-char bindkey "^[[3~" delete-char
bindkey '^[[A' history-substring-search-up bindkey "$terminfo[kcuu1]" history-substring-search-up
bindkey '^[[B' history-substring-search-down bindkey "$terminfo[kcud1]" 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) # Shift + Pfeiltasten (verhindert A, B, C, D Ausgabe)
bindkey '^[[1;2A' up-line-or-history # Hoch bindkey '^[[1;2A' up-line-or-history # Hoch