Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Wishlist for zsh: 3 tcsh features



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