From 3575f4092db0977d0e931dc55e9c728f5246f2c1 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 3 Jun 2011 13:39:18 -0400 Subject: [PATCH] Fix key bindings for things like xterm-256color. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index a3a6a47..7f0df9b 100644 --- a/zshrc +++ b/zshrc @@ -32,7 +32,7 @@ screen*|linux|cygwin) bindkey '\e[1~' beginning-of-line bindkey '\eOM' accept-line ;; -xterm) +xterm*) bindkey '\e[3~' delete-char bindkey '\e[F' end-of-line bindkey '\e[H' beginning-of-line -- 2.43.2