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

Re: Definition of a word



Hello,

Jan Kroken <jankr@xxxxxxxxxx> wrote:

> Ollivier Robert <roberto@xxxxxxxxxxxxxxxxx> writes:
> 
> > Is there a way to refine what zsh think of as a "word" ?
> 
> Variable index:
> 
> `WORDCHARS'
> 	A list of non-alphanumeric characters considered part of a word by
> 	the line editor.
> 
> info is your friend :)

*uhm*
picard ~> bindkey -v
picard ~> cd /usr/local/bin_
(hit ^W)
picard ~> cd /usr/local/_
(hit ^W)
picard ~> cd /usr/local_
(hit ^W)
picard ~> cd /usr/_

Why isn't WORDCHARS honored when in vi-like editing mode?

CU,
Thomas [still using zsh-3.1.4]

-- 
    Thomas Köhler    Email:     jean-luc@xxxxxxxxxxxxxxxxx
        <><           WWW:    http://home.pages.de/~jeanluc/
                      IRC:               jeanluc
      LCARS --- Linux for Computers on All Real Starships



Messages sorted by: Reverse Date, Date, Thread, Author