Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
HPUX (was Re: vi command line editing)
- X-seq: zsh-users 1422
- From: Shawn Leas <sleas@xxxxxxxxxxxxxxxxxxxxxx>
- To: Thomas Koehler <thomas@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Subject: HPUX (was Re: vi command line editing)
- Date: Tue, 24 Mar 1998 16:05:39 -0600 (CST)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <19980324213029.11346@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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