zsh-users
 help / color / mirror / code / Atom feed
* git case insensitive completion for file names?
@ 2014-06-19 11:15 Francisco Borges
  2014-07-03 12:08 ` Francisco Borges
  0 siblings, 1 reply; 2+ messages in thread
From: Francisco Borges @ 2014-06-19 11:15 UTC (permalink / raw)
  To: zsh-users

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-03 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-19 11:15 git case insensitive completion for file names? Francisco Borges
2014-07-03 12:08 ` Francisco Borges

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).