Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

HPUX (was Re: vi command line editing)



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