Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Case insensitive completion in 10.3' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Case insensitive completion in 10.3
Authored by: Greedo on Mar 15, '04 01:39:39PM
It took a few times to get this to work for me (don't know why). Another nice entry in the .inputrc file is
set show-all-if-ambiguous On
This alters the default behavior of the completion functions so that words which have more than one possible completion cause the matches to be listed immediately instead of ringing the bell. Do a
man bash
and scroll down to the "Readline Variables" section for more settings.

[ Reply to This | # ]