Add forward kill-word with C-DEL to match backward-kill-word

This commit is contained in:
Adam Goldsmith 2017-09-02 13:46:36 -04:00
parent de1bc3ce9a
commit c848352c1f
1 changed files with 2 additions and 0 deletions

2
.zshrc
View File

@ -78,4 +78,6 @@ function prepend-sudo() {
zle -N prepend-sudo
bindkey "^X^S" prepend-sudo
# Control-Backspace and Control-Delete
bindkey '^H' backward-kill-word
bindkey '5~' kill-word