boot banner project

Brian Candler B.Candler at pobox.com
Fri May 6 01:06:18 PDT 2005


On Thu, May 05, 2005 at 09:26:19AM -0400, Andrew Gallatin wrote:
> In tcsh, hitting a tab once or 2 times results in the same thing -- 
> filling in the path until there are multiple choices.  So that
> second, accidental tab is harmless.
> 
> But in bash, that second, accidental tab results in a long pause while
> the shell lists all the different choices for the completion of
> the path.  Which I don't want to wait for.
> 
> If I could make bash's completion act like tcsh completion (^D rather
> than tab-tab),  I'd probably use it.

>From bash(1):

       show-all-if-ambiguous (Off)
              This  alters  the  default behavior of the completion functions.
              If set to on, words which have more than one possible completion
              cause  the  matches  to be listed immediately instead of ringing
              the bell.

Is that what you mean?

Regards,

Brian.


More information about the freebsd-current mailing list