Search code examples
autocompletecsh

cshell tab completion , case insensitive


For C Shell is there a way to make tab completion for commands, files etc. case insensitive?

I saw the complete=enhance variable, but that is only for tcsh, not csh.


Solution

  • set autolist = ambiguous 
    set complete = enhance