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


Click here to return to the 'command completion' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
command completion
Authored by: ngb on Sep 19, '02 08:55:22PM

Add this to your .cshrc for improved TAB completion.

bindkey "^I" complete-word-fwd

Hitting tab completes the first possible option. Hitting tab repeatedly cycles through all possible completion options. So, if your directory contains

aplomb
apomatox
apple

typing "ap" and hitting tab will give you "aplomb" hitting tab again will give you "apomatox" and so on.



[ Reply to This | # ]