]> arthur.barton.de Git - ax-zsh.git/commitdiff
10_keyboard: Initialize DELETE key
authorAlexander Barton <alex@barton.de>
Fri, 24 Jul 2015 22:11:56 +0000 (00:11 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 24 Jul 2015 22:11:56 +0000 (00:11 +0200)
core/10_keyboard/10_keyboard.zshrc

index 92ecf04152009bd9af61e5e528424894de96effc..adff3c1be01ca83df4d0a8edbf5c3e59cf3caf03 100644 (file)
@@ -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