summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index b7df52f..8f58317 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -177,6 +177,9 @@ fi
bindkey "^[-" copy-prev-word
+# delete previous word upto next whitespace
+bindkey "^ew" backward-kill-word
+
case $TERM in
xterm*|aterm|rxvt)
bindkey "^[OH" beginning-of-line