Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Wishlist for zsh: 3 tcsh features
- X-seq: zsh-users 4354
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Will Yardley <william@xxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: Wishlist for zsh: 3 tcsh features
- Date: Mon, 8 Oct 2001 17:43:11 +0000
- In-reply-to: <20011008102809.A2781@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <OF594BCCA9.4364E8B5-ON80256ADF.0059B87C@xxxxxxxxxxxxxxx> 	<20011008102809.A2781@xxxxxxxxxxxxxxx>
On Oct 8, 10:28am, Will Yardley wrote:
}
} hrmm... i can't seem to get this to work?  i have this:
} aura% echo $WORDCHARS
} *?_-.[]~=/&;!#$%^(){}<>
WORDCHARS lists the characters that *are* considered part of a word (in
addition to alphanumerics).  You want to start with the default value
of WORDCHARS and *remove* the characters at which you want word motions
to stop.
-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   
Messages sorted by:
Reverse Date,
Date,
Thread,
Author