• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

auto tab completion in Linux/KDE

Special K

Diamond Member
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
 
Back
Top