The following .cshrc commands are ones that I feel should be included in the default .cshrc file for the entire system (/etc/csh.cshrc).
# set file completion
set filec
# set to list all possible matches
set autolist
# set auto correct
set autocorrect
Each command is fairly self-explanatory.