diff --git a/.config/zsh/keys.zsh b/.config/zsh/keys.zsh index 2f8b3f1..c7c45bf 100644 --- a/.config/zsh/keys.zsh +++ b/.config/zsh/keys.zsh @@ -64,7 +64,7 @@ if [[ "${TERM}" == rxvt* ]]; then fi # termux claims it is xterm -if [[ ${TERM} == xterm* && ! -v TERMUX_APP_PID ]]; then +if [[ ${TERM} == xterm* && ! -v TERMUX_APP_PID && ! -v ALACRITTY_SOCKET ]]; then bindkey '^H' backward-delete-char bindkey '^?' backward-delete-word fi