update

Changed files
+3
home
+3
home/zsh.cfg
···
key[Shift-Left]="^[[1;2D"
key[Shift-Right]="^[[1;2C"
key[Shift-Delete]="^[[3;2~"
+
key[Delete]="^[[3~"
# see zshzle
···
bindkey "${key[Shift-Left]}" emacs-backward-word
bindkey "${key[Shift-Right]}" emacs-forward-word
bindkey "${key[Shift-Delete]}" kill-word
+
+
bindkey "${key[Delete]}" delete-char
# https://github.com/spaceship-prompt/spaceship-prompt/issues/91#issuecomment-327996599
bindkey "^?" backward-delete-char