On Fri, 2003-09-05 at 10:14, Martin Baehr wrote: > i find it terribly annoying that filename completion uses <ctrl>-d in tcsh > and only works at the end of the buffer.
Thats cos ^D is delete char too. To do command completion in the middle of a command do <ESC> ^D
