]> arthur.barton.de Git - ax-zsh.git/blobdiff - core/10_keyboard/10_keyboard.zshrc
Use UTF8 characters in VCS prompts on UTF8 terminals only
[ax-zsh.git] / 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