From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24590 invoked by alias); 30 Jan 2013 14:41:32 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17624 Received: (qmail 19447 invoked from network); 30 Jan 2013 14:41:29 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.219.51 as permitted sender) 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== MIME-Version: 1.0 X-Received: by 10.60.170.232 with SMTP id ap8mr3795240oec.29.1359556880939; Wed, 30 Jan 2013 06:41:20 -0800 (PST) In-Reply-To: References: Date: Wed, 30 Jan 2013 15:41:20 +0100 Message-ID: Subject: Re: completing files first From: Mikael Magnusson To: Daniel Cc: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 On 29/01/2013, Daniel 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" or > "qiv foo" 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