zsh-users
 help / color / mirror / code / Atom feed
From: Daniel <quite@hack.org>
To: zsh-users@zsh.org
Subject: Re: Re[2]: completing files first
Date: Wed, 30 Jan 2013 15:07:39 +0000 (UTC)	[thread overview]
Message-ID: <kebcvr$kl8$2@ger.gmane.org> (raw)
In-Reply-To: <201301301542110437.01358432@mail.gmx.net>

On 2013-01-30, Manuel Presnitz <mpy@gmx.net> wrote:
> Honestly, I do not really understand these zstyle stuff, but combining
> Jesper's suggestions with my own .zshrc I found by chance, that
>
> zstyle ':completion:*' file-patterns '*(-/):directories:directories %p(^-/):globbed-files' '*:all-files'
>
> (note the second word ,directories', wchich is just a label, it could also be
> something else) instead of 
>
> zstyle ':completion:*' file-patterns '*(-/):directories %p(^-/):globbed-files' '*:all-files'
>
> works also with ,less' -- as in your example.

Yeah, they are tricky, these zstyles.

Thanks, this led me to try, by pure experimentation, this:

zstyle ':completion:*' file-patterns '*(-/):directories:directories %p(^-/):globbed-files:files' '*:all-files'
zstyle ':completion:*' group-order globbed-files all-files files directories

Which actually does what I want... It ditches the particular names that
completers give its groups, but at least I get them in the order I want.
Works with cat, less and my "myview".


  reply	other threads:[~2013-01-30 15:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-29 17:47 Daniel
2013-01-30 10:16 ` Jesper Nygårds
2013-01-30 11:44   ` Daniel
2013-01-30 14:42     ` Re[2]: " Manuel Presnitz
2013-01-30 15:07       ` Daniel [this message]
2013-01-30 14:41 ` Mikael Magnusson
     [not found]   ` <20130130144942.GA3384@kelebek.lublin.se>
2013-01-30 14:52     ` Mikael Magnusson
2013-01-30 15:04   ` Daniel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='kebcvr$kl8$2@ger.gmane.org' \
    --to=quite@hack.org \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).