Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: changing the definition of a "word"
- X-seq: zsh-users 68
- From: schaefer@xxxxxxxxxx (Barton E. Schaefer)
- To: Zefram <A.Main@xxxxxxxxxxxxxxxxx>, luomat@xxxxxxxxxxxxxxxxxxxxxxxxxxx, zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: changing the definition of a "word"
- Date: Wed, 6 Sep 1995 09:57:23 -0700
- In-reply-to: Zefram <A.Main@xxxxxxxxxxxxxxxxx> "Re: changing the definition of a "word"" (Sep 6, 4:49pm)
- References: <21403.199509061549@xxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: schaefer@xxxxxxxxxx
On Sep 6, 4:49pm, Zefram wrote:
} Subject: Re: changing the definition of a "word"
}
} >is there someway I can tell zsh to take a / as being an indication
} >of when a "word" begins/ends?
}
} The normal vi mode word movement commands (vi-forward-word and
} vi-backward-word) have this behaviour. You could bind them to whatever
} keys you want.
Has everyone forgotten the WORDCHARS variable?
# Leave =/&; out of WORDCHARS so ^W acts more nicely -- still not ideal
WORDCHARS='*?_-.[]~\!#$%^(){}<>'
--
Bart Schaefer Vice President, Technology, Z-Code Software
schaefer@xxxxxxxxxx Division of NCD Software Corporation
http://www.well.com/www/barts
Messages sorted by:
Reverse Date,
Date,
Thread,
Author