Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problems with zsh & HP10.20
- X-seq: zsh-workers 3852
- From: Peter Stephenson <pws@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: Problems with zsh & HP10.20
- Date: Tue, 21 Apr 1998 13:59:17 +0200
- Cc: Tal Ovadia <tovadia@xxxxxxxxxxxxx>
- In-reply-to: "Tal Ovadia"'s message of "Tue, 21 Apr 1998 12:46:49 MST." <9804210946.AA03852@xxxxxxxxxxxxxxxxxxxx>
Tal Ovadia wrote:
> I have compiled zsh3.0.5 on HPUX 10.20 with no problems, how ever the arrow k
> eys do not work and I could not find the reason why (same thing with zsh 3.0.
> 2)
> any ideas ?
It's time I put something in the FAQ: does anyone have any
information to add to/subtract from/modify in the following? (This is
the YODL source.)
sect(Why do the cursor (arrow) keys not work?)
The cursor keys send different codes depending on the terminal; zsh
only binds the most well known versions. If you see these problems,
try putting the following in your tt(.zshrc):
verb(
bindkey "$(echotc kl)" backward-char
bindkey "$(echotc kr)" forward-char
bindkey "$(echotc ku)" up-line-or-history
bindkey "$(echotc kd)" down-line-or-history
)
If you use vi mode, use mytt(vi-backward-char) and mytt(vi-forward-char)
where appropriate.
--
Peter Stephenson <pws@xxxxxx> Tel: +39 50 844536
WWW: http://www.ifh.de/~pws/
Gruppo Teorico, Dipartimento di Fisica
Piazza Torricelli 2, 56100 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author