From: Nick Bowler Date: Fri, 3 Jun 2011 17:39:18 +0000 (-0400) Subject: Fix key bindings for things like xterm-256color. X-Git-Url: https://git.draconx.ca/gitweb/zshconf.git/commitdiff_plain/3575f4092db0977d0e931dc55e9c728f5246f2c1 Fix key bindings for things like xterm-256color. --- 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