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: adrianm on Sep 08, '05 05:11:18PM
Yea, zsh is the dog's b*****ks.

put


autoload -U compinit
compinit
in your .zshrc and things like man tab will expand to all possible man pages, and tar xf hello.tar tab will expand to all files inside the tar file.

Just about all normal commands are catered for and it's fairly easy to extend.

I just don't see why people get so excited about bash, and don't get me started on [t]csh users.

[ Reply to This | # ]