zsh-users
 help / color / mirror / code / Atom feed
From: Francisco Borges <francisco.borges@gmail.com>
To: zsh-users@zsh.org
Subject: git case insensitive completion for file names?
Date: Thu, 19 Jun 2014 13:15:37 +0200	[thread overview]
Message-ID: <CAHwuDSCw61dcsbWUNH7vTaUbPAsNcuoq4=X8Vgcytb+kDLTT5g@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 428 bytes --]

Hi,

I have zsh set to do case insensitive completion when working with files.
However, it does not work with Git.

Any ideas? Using Zsh 5.0.5:

% zsh -f
% autoload -U compinit && compinit
% zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
% setopt nocasematch
% touch Foo
% ls fo[TAB]
% ls Foo # completes to foo
Foo
% git add fo[TAB] # does not complete


Kind regards,
-- 
Francisco

             reply	other threads:[~2014-06-19 11:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-19 11:15 Francisco Borges [this message]
2014-07-03 12:08 ` Francisco Borges

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='CAHwuDSCw61dcsbWUNH7vTaUbPAsNcuoq4=X8Vgcytb+kDLTT5g@mail.gmail.com' \
    --to=francisco.borges@gmail.com \
    --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).