From 5d282115108023eabe3e4c3a3fd0694267a0c13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 2 Apr 2010 23:34:41 +0200 Subject: Screen stuff --- .zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/zshrc') 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 -- cgit v1.2.3