From 477401022687c8f5acef18d93e78e3c754f33c17 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Fri, 25 Sep 2009 22:44:51 +0200 Subject: [PATCH] Pos1 and End working in gnome-terminal --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index dde925b..04c35da 100644 --- a/zshrc +++ b/zshrc @@ -39,6 +39,8 @@ case "$TERM" in bindkey "^[[4~" end-of-line # End ;; *xterm*|(dt|k)term) + bindkey "\eOH" beginning-of-line # Pos1 + bindkey "\eOF" end-of-line # End bindkey "^[[H" beginning-of-line # Pos1 bindkey "^[[F" end-of-line # End bindkey "^[[7~" beginning-of-line # Pos1