Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Tab completion and '{'
- X-seq: zsh-users 8587
- From: Haakon Riiser <haakon.riiser@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Tab completion and '{'
- Date: Fri, 11 Mar 2005 16:51:07 +0100
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Is it possible to make general file completion treat '{' as a normal
character? What I want is this:
% touch {foo}
% ls -l {
<presses tab and gets the below result>
% ls -l \{foo\}
If it is easier to do it without escaping the {}s, that's okay too,
since these files never have commas in them, and thus the {}s need
not be escape.
Thanks in advance for any help.
--
Haakon
Messages sorted by:
Reverse Date,
Date,
Thread,
Author