zsh-users
 help / color / mirror / code / Atom feed
From: zzapper <david@tvis.co.uk>
To: zsh-users@sunsite.dk
Subject: Re: store some parameters/arguments for later use
Date: Wed, 25 Oct 2006 10:38:03 +0000 (UTC)	[thread overview]
Message-ID: <Xns9867764CABBACzzappergmailcom@80.91.229.5> (raw)
In-Reply-To: <20061025003630.GA1077@lothlorien.passione>

Fernando Vezzosi <fvezzosi@masobit.net> wrote in news:20061025003630.GA1077
@lothlorien.passione:

> Hi everyone!
> I'm a happy lurker of zsh-*, now I figured I could even be helpful to
> someone else :)
> 
> On Tue, Oct 24, 2006 at 05:15:42PM +0000, zzapper wrote:
>> > ls x1 x2 x3
>> save_parameters
>> ...
>> ...
>> ...
>> vi recall_parameters
> 
Hi
What I've come up with is

spar () {
        P="$(history -n -1|sed 's/^[^ ]* //')"
}

and then anytime later I can say

vi $P


-- 
http://successtheory.com/tips/ Vim, Zsh, MySQL Tips


  reply	other threads:[~2006-10-25 10:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-24 17:15 zzapper
2006-10-25  0:36 ` Fernando Vezzosi
2006-10-25 10:38   ` zzapper [this message]
2006-10-25 13:19     ` Chris Johnson

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=Xns9867764CABBACzzappergmailcom@80.91.229.5 \
    --to=david@tvis.co.uk \
    --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).