Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completing files first
- X-seq: zsh-users 17624
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Daniel <quite@xxxxxxxx>
- Subject: Re: completing files first
- Date: Wed, 30 Jan 2013 15:41:20 +0100
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=6NqcX4k6jQmbHj+AGB0hbsX47Z7i5ldAg4lR7JhGREw=; b=XindIdM5CcfR+uyJjxMRFXFvVBRQ5sl3zMVkxwh6/yQMZ8a1JtzVS7gNvwTrjm4hpC a5VF1lG7eAZNugOz+eA7MOOgT0vXvUpMllkZCZaDSMibG7DaNAsKzuuc42m+5Wmu2ecN zTgUZz/mbeBIIfg5WJfyWJzlWwkiWe+llh/FuQD1OSK9jPWjHXNDFMSyDjwNXEMk+30s p2MVuVc2YXq5iuDls3SG+z2YfjRJBFUEkcCe635/hvApNf4SeGJXQCzKzetff2ZjMujX 3RMRxumjUvCY1U9oF/opxhCww+CANwlhwNiivOhAWvY3P9e9nyVlTF5SKS3qNXP8Zb6Y JeCw==
- In-reply-to: <ke9202$tmj$1@ger.gmane.org>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <ke9202$tmj$1@ger.gmane.org>
On 29/01/2013, Daniel <quite@xxxxxxxx> wrote:
> When completing files in the current directory, I generally want it to
> pick actual files first (and not directories). I am normally in the
> directory where I want to work on a file, so when I do "qiv<TAB>" or
> "qiv foo<TAB>" to view some image, I want the files first, and secondly
> directories. I knew about group-order, but there seems to be only on
> group "files"?
zstyle ':completion:*' list-dirs-first true
then you can probably change the order of these with group-order if you want.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author