Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: HPUX (was Re: vi command line editing)
- X-seq: zsh-users 1423
- From: Shawn Leas <sleas@xxxxxxxxxxxxxxxxxxxxxx>
- To: Thomas Koehler <thomas@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: HPUX (was Re: vi command line editing)
- Date: Tue, 24 Mar 1998 17:22:06 -0600 (CST)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <Pine.HPP.3.96.980324160001.1246A-100000@xxxxxxxxxxxxxxxxxxxxxx>
Strange, hpux 10.10 this is the case, but not 10.20.
Shawn
On Tue, 24 Mar 1998, Shawn Leas wrote:
> 
> Why is it that with HPUX I need to do
> 
> bindkey -s "^[OA" "^[ka"
> bindkey -s "^[OB" "^[ja"
> bindkey -s "^[OD" "^[ha"
> bindkey -s "^[OC" "^[la"
> 
> instead of 
> 
> bindkey -s "^[[A" "^[ka"
> bindkey -s "^[[B" "^[ja"
> bindkey -s "^[[C" "^[la"
> bindkey -s "^[[D" "^[ha"
> 
> ???
> 
> Is it the /usr/sbin/getty?  Something with the termcap?  I dunno 'bout
> these things, but I'd like to.
> 
> Shawn
> 
> 
Messages sorted by:
Reverse Date,
Date,
Thread,
Author