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

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