Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh - new user with questions



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