diff --git a/.zshrc b/.zshrc index ac259bf..5525eb1 100644 --- a/.zshrc +++ b/.zshrc @@ -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