Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Camel case word navigation?
- X-seq: zsh-users 12983
- From: dackz <dackze@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Camel case word navigation?
- Date: Mon, 23 Jun 2008 01:41:29 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=69YvY58dsscSGYvpETZ7fbzlNn3NZVOkKEuivzUoDEE=; b=cBE1KNJiRALHUEFWwxiaANJtrYBp3yGURqVgwFQJwPFz+ScOa3OAw2BXe0vtuBqtTi loa3Dd+RAQAn3LrT1HzfIkI3lbstecSdGqlpoAqSl7NgiMG75g9oc3NL43weF4wugot9 w3wibS/Py2Z8MiDPr16MZytd4Asq7Ul7rVorY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=P8UVHnajbsXnbQmo1h+G65N0ifb2LUaP8tLSqgYwcm617zXgf1D8QP+hVdGinPA9Mo IYT6HrL5DvnWz3xc4tZi+8jG2gixJ6CHfLmVfl6sFUd1MGoigVrrNO0tL8f/Id37ENm3 eUnmAe5+nS0KqP/Va8Rb0No3+6OMddcuy5QnY=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Does anyone know of a simple way to make zsh match camel case words?
I.e., where fooBar^W would become foo (like c-subword-mode in GNU
Emacs).
So far all I can think of is that maybe I could do it by customizing
match-words-by-style and using select-word-style, but I'm not quite
sure where to start with that.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author