summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-13 23:15:41 +0100
committerGravatar Tom Willemsen2012-02-13 23:15:41 +0100
commitd937a6b593791f8106eee5ee874f9fa0703b5a7f (patch)
treec06e7f587351ae2bf4b6da451cf45ab31278d89d /.zshrc
parent107b6ff0aff6d8843183a5ac5d439de9bdf547d2 (diff)
downloaddotfiles-d937a6b593791f8106eee5ee874f9fa0703b5a7f.tar.gz
dotfiles-d937a6b593791f8106eee5ee874f9fa0703b5a7f.zip
.zshrc
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index a50a5ab..24168ba 100644
--- a/.zshrc
+++ b/.zshrc
@@ -92,6 +92,8 @@ bindkey "\e0F" end-of-line
bindkey "\e[H" beginning-of-line
bindkey "\e[F" end-of-line
+bindkey "^W" backward-delete-char
+
# Show syntax highlighting when we're not running in emacs
if [ -z $EMACS ]; then
source ~/.zsh/syntax-highlighting/zsh-syntax-highlighting.zsh