Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: HPUX (was Re: vi command line editing)
- X-seq: zsh-users 1424
- From: Andrew Main <zefram@xxxxxxxxx>
- To: sleas@xxxxxxxxxxxxxxxxxxxxxx (Shawn Leas)
- Subject: Re: HPUX (was Re: vi command line editing)
- Date: Wed, 25 Mar 1998 10:22:49 +0000 (GMT)
- Cc: thomas@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx, zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <Pine.HPP.3.96.980324160001.1246A-100000@xxxxxxxxxxxxxxxxxxxxxx> from "Shawn Leas" at Mar 24, 98 04:05:39 pm
Shawn Leas wrote:
>bindkey -s "^[OA" "^[ka"
>bindkey -s "^[OB" "^[ja"
>bindkey -s "^[OD" "^[ha"
>bindkey -s "^[OC" "^[la"
That's a terminal issue. Some terminals send "^[OA" instead of "^[[A".
Of course, a lot of terminals send sequences completely different from
these, but zsh should probably recognise both of these sets by default.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author