zsh-users
 help / color / mirror / code / Atom feed
* Redirection Symbol After Completion
@ 2006-07-07 17:32 Chris Johnson
  2006-07-08 11:44 ` Peter Stephenson
  0 siblings, 1 reply; 8+ messages in thread
From: Chris Johnson @ 2006-07-07 17:32 UTC (permalink / raw)
  To: zsh-users

Hi.  This is just a minor, cosmetic nuance of zsh that I'd like to
change, if possible.  When I complete a filename with

   cat fil<TAB>

the command line becomes "cat file.txt ".  A space is displayed after
the completed filename, though I didn't type it.  If I type another
argument, the space remains and separates the arguments.  However, if I
type a redirection character like & or |, the space is removed and I get

   cat file.txt|

I personally find commands easier to parse with my eye when the space
remains before the redirection symbol:

   cat file.txt |

Is there any way to force this space to persist even if I type a
redirection operator?  Thanks for any insight.

-- 
Chris Johnson
cjohnson@cs.utk.edu
http://www.cs.utk.edu/~cjohnson


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

end of thread, other threads:[~2006-07-10 23:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-07 17:32 Redirection Symbol After Completion Chris Johnson
2006-07-08 11:44 ` Peter Stephenson
2006-07-08 17:56   ` Bart Schaefer
2006-07-08 21:44     ` Bart Schaefer
2006-07-10 14:12     ` Chris Johnson
2006-07-10 23:30       ` Scott Anderson
2006-07-10 23:43         ` Bart Schaefer
2006-07-10 23:53           ` Scott Anderson

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