Brad wrote: > > On Mon, 5 Jul 1999, ktb wrote: > > > I'd like to get rid of it unless someone else has a better idea. > > Anyone know the name of this program? > > It's a feature of bash, as has been mentioned. According to the bash > manpage, you can get rid of it by adding a line "set disable-completion > on" in your /etc/inputrc (for the entire system) or ~/.inputrc (for > whichever user's home directory it's in). Be advised you have to restart > bash for this to take effect. Other shells might use a different file. > > i don't know why it's doing it when you press esc twice. i have to press > esc four times to do it...
Thanks for the info. I don't really want to get rid of command completion but at this point it is the best alternative for me. I have to hit the Esc key four times also to activate command completion at a blank command line, it's when I use say 'Esc-b' followed by 'Esc-f' that command completion is activated. Thanks, kent