Tab completion in csh

Is it possible to set up my .cshrc so that a single tab attempts to autocomplete, while a double tab gives a list of all possible options. In other words, I want it to work like bash in this regard.

Thanks!

Anybody? Buehler... Buehler...

(I'd have just said "bump" but that was too short for the system. :slight_smile: )

in ~/.cshrc put
set filec
set autolist

you may also like:
set nobeep

1 Like

Thanks! That did the trick!