Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

MIME and completion ?



Hello,

I would use MIME types with the zsh completion system when i use
wildcards like * or ? for ignoring "uneditable" files.

Currently, I have this behavior :
    sylvain@Apocalypse:~/Test > ls
        image.png text.txt binaire.txt text story.txt notes.tex

    sylvain@Apocalypse:~/Test > vi *.t??

    sylvain@Apocalypse:~/Test > vi text.txt binary.txt story.txt notes.tex

I wish to obtain :
    sylvain@Apocalypse:~/Test > vi text.txt story.txt notes.tex

How to modify the zsh configuration file ?

The man zshcompsys scares me.

Best regards

Sylvain



Messages sorted by: Reverse Date, Date, Thread, Author