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


Click here to return to the 'Set Tab-key completion to cycle through possibilities' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Set Tab-key completion to cycle through possibilities
Authored by: mricart on Sep 08, '05 10:38:45AM
For those interested, I did that another way:

create (if not already there) a ~/.inputrc file and put in it the following line:

TAB: menu-complete

Also, I have this line to ignore input case for completion:

set completion-ignore-case On

as mentionned in http://www.macosxhints.com/article.php?story=20040308230106279

[ Reply to This | # ]