Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: vi-kill-word widget/function which respects $WORDCHARS
- X-seq: zsh-users 14285
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: vi-kill-word widget/function which respects $WORDCHARS
- Date: Wed, 05 Aug 2009 12:50:05 -0400
- In-reply-to: <20090805074457.4a877bb6@xxxxxxxxx> (spiralofhope@xxxxxxxxx's message of "Wed, 5 Aug 2009 07:44:57 -0700")
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090724105542.5bf34da0@xxxxxxxxx> <200907271129.n6RBTP5p025013@xxxxxxxxxxxxxx> <20090805074457.4a877bb6@xxxxxxxxx>
- Reply-to: gak@xxxxxxxxxxxxxx
>>>>> spiralofhope <spiralofhope@xxxxxxxxx> writes:
> My $WORDCHARS is
> *?_-.[]~=/&;!#$%^(){}<>
you are telling it '/' is part of a word, so it is working as
designed; you need to take '/' out of WORDCHARS.
greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author