I am running KDE on Redhat Linux and I know that pressing tab at the command line will automatically complete what you are typing if a unique match can be made. However, I have also seen on some people's machines that if you press tab and a unique match cannot be made, a list of possible matches will be displayed.
How do I enable this feature? My KDE Konsole will autocomplete what I am typing once a unique match can be made, but it doesn't give me a list of possible matches if it cannot make a unique match.
I hope my question makes sense.
EDIT: n/m, I fixed it. For anyone who cares, the feature above can be enabled by putting the following line into your .cshrc:
set autolist # automatic filelist during filec
How do I enable this feature? My KDE Konsole will autocomplete what I am typing once a unique match can be made, but it doesn't give me a list of possible matches if it cannot make a unique match.
I hope my question makes sense.
EDIT: n/m, I fixed it. For anyone who cares, the feature above can be enabled by putting the following line into your .cshrc:
set autolist # automatic filelist during filec