From a4cf63c5f3813707f2c66a99f6f647f44b8585ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 23 Oct 2012 17:09:56 +0200 Subject: Keybindings for screen --- .zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh') diff --git a/.zsh/zshrc b/.zsh/zshrc index c01414a..d603987 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -238,7 +238,7 @@ case $TERM in bindkey "^[[8~" end-of-line bindkey "^[[3~" delete-char ;; - screen|linux) + screen*|linux) bindkey "^[[1~" beginning-of-line bindkey "^[[4~" end-of-line bindkey "^[[3~" delete-char -- cgit v1.2.3