Harry Putnam <[EMAIL PROTECTED]> wrote:
> I'm wondering how one could arrange to have a vi like editor to use
> during <STDIN>, something like is available in Ksh88 and ksh93, but
> not pdksh.
> 
> Where during stdin to program one can have vi like commands available
> for editing the input.
> 
> Example can be seen by invoking ksh (88 or 93) like:
> 
> ksh read line
> 
> During input, vi like editing is possible.

Check Term::ReadLine.

I'll bet the Gnu readline (Term::ReadLine::Gnu ?) can
do emacs and vi keystrokes, but I could be wrong.

-- 
Steve
 
perldoc -qa.j | perl -lpe '($_)=m("(.*)")'

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to