Re: How to use bash 2.01-5 vi-style line editing

1997-11-06 Thread Kingsley G. Morse Jr.
On Thu, 6 Nov 1997 Joost Kooij <[EMAIL PROTECTED]> wrote: >On Wed, 5 Nov 1997, Kingsley G. Morse Jr. wrote: > >> Has anyone found a way to use vi-style line editing in the 2.01-5 >> version >> of bash? >> >> When I do a >> >> $ set -o vi >> $ k >> >> to recall the last command, I just

Re: How to use bash 2.01-5 vi-style line editing

1997-11-06 Thread Joost Kooij
On Wed, 5 Nov 1997, Kingsley G. Morse Jr. wrote: > Has anyone found a way to use vi-style line editing in the 2.01-5 version > of bash? > > When I do a > > $ set -o vi > $ k > > to recall the last command, I just get a "beep" instead of the last > command. Has anyone found a way to use

How to use bash 2.01-5 vi-style line editing

1997-11-06 Thread Kingsley G. Morse Jr.
Has anyone found a way to use vi-style line editing in the 2.01-5 version of bash? When I do a $ set -o vi $ k to recall the last command, I just get a "beep" instead of the last command. Has anyone found a way to use vi-style line editing in the 2.01-5 version of bash? Thanks, Kingsle