Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problems with zsh & HP10.20
- X-seq: zsh-workers 3853
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: <zsh-workers@xxxxxxxxxxxxxxx>, "Peter Stephenson" <pws@xxxxxx>
- Subject: Re: Problems with zsh & HP10.20
- Date: Tue, 21 Apr 1998 16:32:35 +0400
- Cc: "Tal Ovadia" <tovadia@xxxxxxxxxxxxx>
-----Original Message-----
From: Peter Stephenson <pws@xxxxxx>
>
> The cursor keys send different codes depending on the terminal; zsh
> only binds the most well known versions.
But the termcap/terminfo names are (hopefully) the same.
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
> )
>
I don't understand, why ZSH cannot do it, if it tries to initialize cursor
keys at all. Or better leave it to user and explicitly state, that cursor
keys are *not* bound by default.
A. Borsenkow
Messages sorted by:
Reverse Date,
Date,
Thread,
Author