From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id BAA16274 for ; Thu, 7 Sep 1995 01:51:16 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA29301 (5.65c/Gatech-10.0-IDA for ); Wed, 6 Sep 1995 11:53:46 -0400 Received: by math (5.x/SMI-SVR4) id AA06109; Wed, 6 Sep 1995 11:48:27 -0400 Old-Return-Path: Resent-Date: Wed, 6 Sep 1995 16:49:50 +0100 (BST) Old-Return-Path: From: Zefram Message-Id: <21403.199509061549@stone.dcs.warwick.ac.uk> Subject: Re: changing the definition of a "word" To: luomat@cedman.remote.Princeton.EDU Date: Wed, 6 Sep 1995 16:49:50 +0100 (BST) Cc: zsh-users@math.gatech.edu (Z Shell users mailing list) In-Reply-To: <9509061529.AA04393@charisma.princeton.edu> from "Timothy J. Luoma" at Sep 6, 95 11:29:44 am X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]6248.29 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-Id: <"huPcH2.0.AV1.yASJm"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/66 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >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