summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index 9f7bf75..a344e67 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -173,7 +173,7 @@ esac
# Key bindings {{{
#################################################
bindkey -e # use emacs style :)
-case $TERM in (xterm*|aterm|rxvt)
+case $TERM in (xterm*|aterm|rxvt|screen)
bindkey "^[OH" beginning-of-line
bindkey "^[OF" end-of-line
bindkey "^[[3~" delete-char