In a different distro of linux I had bash tab suggestions enabled. Now I am using Konsole with csh on my pc. how do we enable tab completion in csh?

By tab suggestions I mean that if I type /home/abc_ followed by tab twice, it should show the suggestions abc_1 abc_2.

If there is only one option then then tab completion works but in case of multiple options I want to see all suggestions.

link|improve this question

68% accept rate
feedback

2 Answers

up vote 2 down vote accepted

in ~/.cshrc put

set filec
set autolist
link|improve this answer
feedback

Type ctrl-D once you started typing and you'll get all the suggestions. However, hitting ctrl-D without first typing at least one letter will close the terminal. Hope this helps :-D

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.