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 CAA23075 for ; Fri, 30 Jun 1995 02:04:41 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA20948 (5.65c/Gatech-10.0-IDA for ); Thu, 29 Jun 1995 12:00:45 -0400 Received: by math (5.x/SMI-SVR4) id AA13352; Thu, 29 Jun 1995 11:58:03 -0400 Old-Return-Path: Resent-Date: Thu, 29 Jun 95 09:00:03 PDT Old-Return-Path: Date: Thu, 29 Jun 95 09:00:03 PDT From: unpingco@ece.ucsd.edu (Jose Unpingco) Message-Id: <9506291600.AA02966@sunshine.ucsd.edu> To: zsh-users@math.gatech.edu Subject: Use vi-style substitute on command line Resent-Message-Id: <"5JFdN.0.ZE3.Boiyl"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/35 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi, I have the keys bound to vi style editing, and was wondering how I could set up the :s/old/new style command to work on the command line. I know you can do it with !:s/old/new but I was hoping to see the command as it was changed. Thank you for your time and consideration. -Jose Unpingco