add support for generit pterm

This commit is contained in:
David Alexander Majnemer 2009-03-07 18:06:38 -06:00
parent 2ede1ae7fd
commit 5731f193fd

View file

@ -7,7 +7,7 @@ bindkey ' ' magic-space
bindkey -M emacs '\ee' edit-command-line
case $TERM in
screen|xterm*|putty)
screen|xterm*|putty*)
bindkey '\e[H' beginning-of-line
bindkey '\e[F' end-of-line
bindkey '\eOH' beginning-of-line