zsh-users
 help / color / mirror / code / Atom feed
From: Marc Coquand <marcc0000@pm.me>
To: zsh-users@zsh.org
Subject: How to have Zsh completion menu and use glob patterns + recursive search?
Date: Thu, 29 Jun 2023 12:40:16 +0000	[thread overview]
Message-ID: <CTP52YIUNNY0.139TAZTO55SBV@Marcs-MBP> (raw)

I have the following setup for zsh completion

autoload -U compinit && compinit

zstyle ':completion:*' menu select
zstyle ':completion:*' complete-options true

setopt GLOB_COMPLETE
zstyle ':completion*:default' menu 'select=0'
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
zmodload zsh/complist

Which gives me a nice autocomplete menu when I tab, where I can switch between different options. However, I'd like to be able to do ./**/*file*<tab> and get a selectable list of all options available.

I notice that if I remove all the previous options that I have enabled, ./**/*file*<tab> works but it expands to all available options. I'd like to have it instead as a menu of options that I can tab between. However, if I enable the completion list, ./**/*file*<tab> stops working and doesn't do anything.

So how do I enable so that I can recursively search for a file and have it show up in an auto-completion menu that I can tab between?


Thank you so much for your help
Marc



             reply	other threads:[~2023-06-29 12:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-29 12:40 Marc Coquand [this message]
2023-06-30  0:44 ` Bart Schaefer
2023-06-30  7:19   ` Marc Coquand

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=CTP52YIUNNY0.139TAZTO55SBV@Marcs-MBP \
    --to=marcc0000@pm.me \
    --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).