zsh-users
 help / color / mirror / code / Atom feed
* Tab completion and '{'
@ 2005-03-12 10:00 Haakon Riiser
  2005-03-12 20:04 ` Bart Schaefer
  0 siblings, 1 reply; 5+ messages in thread
From: Haakon Riiser @ 2005-03-12 10:00 UTC (permalink / raw)
  To: zsh-users

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


^ permalink raw reply	[flat|nested] 5+ messages in thread
* Tab completion and '{'
@ 2005-03-11 15:51 Haakon Riiser
  0 siblings, 0 replies; 5+ messages in thread
From: Haakon Riiser @ 2005-03-11 15:51 UTC (permalink / raw)
  To: zsh-users

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


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

end of thread, other threads:[~2005-03-13  7:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-12 10:00 Tab completion and '{' Haakon Riiser
2005-03-12 20:04 ` Bart Schaefer
2005-03-12 23:37   ` Haakon Riiser
2005-03-13  7:53     ` Bart Schaefer
  -- strict thread matches above, loose matches on Subject: below --
2005-03-11 15:51 Haakon Riiser

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