Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Tab completion and '{'
- X-seq: zsh-users 8588
- From: Haakon Riiser <haakon.riiser@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Tab completion and '{'
- Date: Sat, 12 Mar 2005 11:00:23 +0100
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Is it possible to make the completion system treat '{' as a normal
character? What I want is this:
% touch {foo}
% ls -l {
<pressing TAB yields the following 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 escaped.
Thanks in advance for any help.
--
Haakon
Messages sorted by:
Reverse Date,
Date,
Thread,
Author