summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-03 00:14:21 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-03 00:14:22 +0200
commitfe2be21d31bb9ed1cc40272f3c6809945f8e5fb7 (patch)
tree8cc4ff6cfcf3b84946423e3b8586e02be07b1ffb /.zsh/zshrc
parent9b25dffcc59cbd65a90fa84acccb01b8ff5c704b (diff)
downloaddotfiles-fe2be21d31bb9ed1cc40272f3c6809945f8e5fb7.tar.gz
dotfiles-fe2be21d31bb9ed1cc40272f3c6809945f8e5fb7.tar.bz2
dotfiles-fe2be21d31bb9ed1cc40272f3c6809945f8e5fb7.zip
Rebind copy-last-word
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