Path: utzoo!utgpu!watmath!att!pacbell!ames!haven!adm!xadmx!RLN101%URIACC.BITNET@mitvma.mit.edu From: RLN101%URIACC.BITNET@mitvma.mit.edu (Marshall Feldman) Newsgroups: comp.unix.questions Subject: Re: INFO-UNIX Digest V8#027 Message-ID: <20539@adm.BRL.MIL> Date: 8 Aug 89 16:00:11 GMT Sender: news@adm.BRL.MIL Lines: 6 Re. local command line editing The Korn shell allows the user to specify an editor and then uses a similar style to edit command lines. For example, if vi is my editor of choice and I type "ls file", I can then hit the following sequence: Esc b i -l Esc to insert the desired -l.