Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh - new user with questions
- X-seq: zsh-users 1738
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: "Stephen Riehm" <sr@xxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: zsh - new user with questions
- Date: Wed, 19 Aug 1998 09:03:54 -0700
- In-reply-to: <C1256665.0042531C.00@xxxxxxxxxxxxxxxxxxx>
- References: <C1256665.0042531C.00@xxxxxxxxxxxxxxxxxxx>
On Aug 19, 2:34pm, Stephen Riehm wrote:
} Subject: Re: zsh - new user with questions
}
} firstly, thanks to all those who replied, some of the tips were
} exactly what I was looking for.
}
} The expand-or-complete-prefix tip however didn't work, as then the
} -list function only works when you've already typed something. ie:
}
} cd /usr/<tab>
}
} doesn't complete, and doesn't produce a list
Try adding
setopt listambiguous autolist
which are defaults in 3.1.4. (You probably have listambiguous already.)
With those options set, I see a listing upon typing cd /usr/<TAB>.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author