zsh-users
 help / color / mirror / code / Atom feed
From: "Thomas Köhler" <jean-luc@picard.franken.de>
To: zsh-users@sunsite.dk
Subject: Re: Edit result of last command
Date: Mon, 29 Nov 2004 20:58:21 +0100	[thread overview]
Message-ID: <20041129195821.GA20141@picard.franken.de> (raw)
In-Reply-To: <bgumq0t5rug96h15dd97mf3ik6n7l09u36@4ax.com>

[-- Attachment #1: Type: text/plain, Size: 742 bytes --]

Hi,

zzapper wrote:
> Hi
> 
> say I've done a command a find/ls whatever
> 
> eg 
> >ls *add*
> which returns
> addition.html
> 
> I can then type
> > vi $(!!)
> 
> But that's way too tiring
> 
> So I wrote the following function vr
> 
> function vr () { 
> gvim.exe $($(history -1 | sed "s/^ *[0-9]* *//g")) &
> }
> 
> This does the trick, but how would you zedii do it?

function VR() {
BUFFER='gvim.exe $(!!)' 
}
zle -N VR
bindkey vr VR

Ciao,
Thomas

-- 
 Thomas Köhler       Email:       jean-luc@picard.franken.de
     <><             WWW:              http://gott-gehabt.de
                     IRC:                           tkoehler
                     PGP public key available from Homepage!

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2004-11-29 20:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-29 19:35 zzapper
2004-11-29 19:58 ` Thomas Köhler [this message]
2004-11-29 20:02 ` Bart Schaefer
2004-11-29 21:34   ` Juhapekka Tolvanen
2004-11-30  2:06     ` Bart Schaefer
2004-11-29 21:53   ` zzapper
2004-11-30 13:29   ` zzapper
2004-11-30 17:33     ` zzapper
2004-12-01  2:38     ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041129195821.GA20141@picard.franken.de \
    --to=jean-luc@picard.franken.de \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).