X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=core%2F10_keyboard%2F10_keyboard.zshrc;h=adff3c1be01ca83df4d0a8edbf5c3e59cf3caf03;hb=55d93ab7e7098bb819ba99af89cb2c7a47d865d5;hp=92ecf04152009bd9af61e5e528424894de96effc;hpb=5a0573f16650361293568864ee6288b7b3f8fb68;p=ax-zsh.git diff --git a/core/10_keyboard/10_keyboard.zshrc b/core/10_keyboard/10_keyboard.zshrc index 92ecf04..adff3c1 100644 --- a/core/10_keyboard/10_keyboard.zshrc +++ b/core/10_keyboard/10_keyboard.zshrc @@ -3,6 +3,10 @@ bindkey -e +bindkey "^[[3~" delete-char +bindkey "^[3;5~" delete-char +bindkey "\e[3~" delete-char + # Allow editing of the current command line in $EDITOR autoload -Uz edit-command-line zle -N edit-command-line