diff --git a/zshrc b/zshrc index a0da0f9..6bf256f 100644 --- a/zshrc +++ b/zshrc @@ -369,6 +369,8 @@ bindkey "^[[4~" end-of-line # Origine / Fin bindkey "^[OH" beginning-of-line bindkey "^[OF" end-of-line +# Delete +bindkey "[3~" delete-char # Finally, make sure the terminal is in application mode, when zle is # active. Only then are the values from $terminfo valid.