Path: csiph.com!x330-a1.tempe.blueboxinc.net!aioe.org!feeder.news-service.com!newsfeed.berkeley.edu!ucberkeley!i.newsfeed.yosemite.net!newsfeed.yosemite.net!newsfeeds.ihug.co.nz!lust.ihug.co.nz!ihug.co.nz!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.java.programmer Subject: Re: Death To Sub-Sub-Sub-Directories! Followup-To: comp.lang.java.programmer Date: Tue, 10 May 2011 13:46:22 +1200 Organization: Geek Central Lines: 17 Message-ID: References: <34va98-dgm.ln1@dagon.net> NNTP-Posting-Host: 118-92-95-178.dsl.dyn.ihug.co.nz Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Trace: lust.ihug.co.nz 1304991983 14819 118.92.95.178 (10 May 2011 01:46:23 GMT) X-Complaints-To: abuse@ihug.co.nz NNTP-Posting-Date: Tue, 10 May 2011 01:46:23 +0000 (UTC) User-Agent: KNode/4.4.7 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:3887 In message , Michael Wojcik wrote: > I often use vim to edit my Java sources, and I don't have to type long > directory names or click-click-click, thanks to the magic of filename > completion. No, instead you just go tab-tab-tab, once for each directory level. Bash and Emacs do the exact same thing. It’s still a pain, with all these levels of directories that contain nothing but another subdirectory. > Not that typing long directory names would be any great burden, since > entering a filename is a tiny portion of the work I do when producing > new code or maintaining old. I am opening and closing lots of files all the time, so specifying those filenames takes extra steps, that does indeed slow down everything I do.