Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
MIME and completion ?
- X-seq: zsh-users 13782
- From: Sylvain Meunier <sylvain.meunier@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: MIME and completion ?
- Date: Fri, 30 Jan 2009 10:57:13 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=0BNkV9x7mDMFId71SL7mmkaqv85Hc2G7GJil67D2WVU=; b=uH0CCuBaVXj7lMJC5UYEEFXUgTNuZMy0Yj0CxW4H+4J7ltaZb7boYYdzFAk0Th4dj8 rFZE9VJaaKGOE93xthZPlrIEas+6JE6jxFjsz1nlYxXhfsiJ2xnq4s4hsCslaiSIUccI L8SE5sS9ocL3YFvPm3Gy7KI93LrcBTJuF/JBc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=oxKSBXakLpji96k4+o7loWDm7+5g8HMWXlPd2JbWWOgaUucq5WQHJRMZ+xJW5/GDnB PNCPAFo2p8qrlWm8DzcJI/bhEgHFpS8rq3B3cmGisnbGQpBxvfmnyXEM3508o1lJkQMX fg6bUbErkA1vkYYoGzrm3Usp9XISNxgBcDKHI=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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