summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index a2a8956..6072d32 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -181,6 +181,8 @@ else
bindkey "^S" history-incremental-search-forward
fi
+bindkey "^[-" copy-prev-word
+
case $TERM in
xterm*|aterm|rxvt)
bindkey "^[OH" beginning-of-line