Re: single tab for completions in bash

2010-09-17 Thread kamaraju kusumanchi
On Fri, Sep 17, 2010 at 12:05 PM, Sven Joachim wrote: > On 2010-09-17 17:50 +0200, kamaraju kusumanchi wrote: > >> say I have two files junk1, junk2. >> >> % ls >> junk1  junk2 >> >> In zsh, If I do >> % ls j >> >> it becomes >> >> % ls junk >> >> another tab shows the list of completions >> >> %

Re: single tab for completions in bash

2010-09-17 Thread Sven Joachim
On 2010-09-17 17:50 +0200, kamaraju kusumanchi wrote: > say I have two files junk1, junk2. > > % ls > junk1 junk2 > > In zsh, If I do > % ls j > > it becomes > > % ls junk > > another tab shows the list of completions > > % ls junk > junk1 junk2 And further tabs cycle through the list of possib

single tab for completions in bash

2010-09-17 Thread kamaraju kusumanchi
say I have two files junk1, junk2. % ls junk1 junk2 In zsh, If I do % ls j it becomes % ls junk another tab shows the list of completions % ls junk junk1 junk2 However in bash, it takes 3 tabs to get the list of completions $ ls j junk1 junk2 Is there any option that can be changed in b