Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: changing the definition of a "word"
- X-seq: zsh-users 66
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: luomat@xxxxxxxxxxxxxxxxxxxxxxxxxxx
- Subject: Re: changing the definition of a "word"
- Date: Wed, 6 Sep 1995 16:49:50 +0100 (BST)
- Cc: zsh-users@xxxxxxxxxxxxxxx (Z Shell users mailing list)
- In-reply-to: <9509061529.AA04393@xxxxxxxxxxxxxxxxxxxxxx> from "Timothy J. Luoma" at Sep 6, 95 11:29:44 am
>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. There's another set of word algorithms available as
vi-{for,back}ward-blank-word, but those aren't what you want in this
case.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author