Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion in pwd before subdirecories
- X-seq: zsh-users 6876
- From: Jesper Holmberg <jesperh@xxxxxxxxx>
- To: Zsh-users List <zsh-users@xxxxxxxxxx>
- Subject: Completion in pwd before subdirecories
- Date: Sat, 13 Dec 2003 16:46:51 +0100
- Mail-followup-to: Zsh-users List <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I use menu-complete. I don't know if zsh has changed its default behavior
in recent versions, or if I only now noticed something I haven't noticed
before.
In any case, suppose I have these files in a directory:
dota1.pdf dota2.pdf dir
where dir is a directory.
If I now type xpdf d<tab>, zsh will suggest dir as the first completion. I
would prefer it if it tried it with any file matching in the current
directory, before going into the sub directories. I would thus rather see
dota1.pdf and dota2.pdf suggested before dir, in my example.
Is this possible?
Jesper
This is zsh 4.1.1 under Debian.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author