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


Click here to return to the 'Type Faster in Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Type Faster in Terminal
Authored by: fdiv_bug on Jun 05, '04 09:53:41PM

You can disable the case-sensitivity of bash's tab completion by adding the following to a file called .inputrc in your home directory (~/.inputrc):

set completion-ignore-case on

The next time you open a new Terminal window you'll have tab completion that cares not about case.



[ Reply to This | # ]