zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: zsh-user <zsh-users@zsh.org>
Subject: Re: refering to 2nd from last history parameter?
Date: Thu, 22 Jan 2015 12:57:13 +0000	[thread overview]
Message-ID: <CAECNH1RyC2Q-5y3Ynk-F+cJvtRvFPWdvcpDOqXmrJB=uSJCbTQ@mail.gmail.com> (raw)
In-Reply-To: <XnsA42A7D32D20B8davidrayninfocouk@80.91.229.13>

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

On Thu, 22 Jan 2015 12:18:19 +0000
zzapper <david@rayninfo.co.uk> wrote:
> I don't think it's possible
>
> ls !$    last parameter of previous command
>
> echo a b c d e f g h
>
> I don't think I can grab 'g' without counting left to right

This isn't actually a question :-).  What are you trying to do?  Are you
at the shell command line trying to extract something and don't care if
you use the editor or history, but happen to know there was a way to do
something a bit like this in the history?  I'll assume that but let us
know if that's not the case.

You can use the insert-last-word standard widget (\e. in Emacs mode)
combined with the copy-earlier-word shell widget, which I have bound as

autoload -Uz copy-earlier-word
zle -N copy-earlier-word
bindkey '\e=' copy-earlier-word

Then the answer is that you type "\e." to get the h then "\e=" to go
back to the "g".  I use this all the time.

pws

  reply	other threads:[~2015-01-22 12:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-22 12:18 zzapper
2015-01-22 12:57 ` Peter Stephenson [this message]
2015-01-22 13:34   ` zzapper
2015-01-23 19:59   ` Wayne Davison
2015-01-26 12:05   ` zzapper
2015-01-26 12:16     ` Peter Stephenson
2015-01-26 13:17       ` Axel Beckert
2015-01-26 14:32         ` Peter Stephenson
2015-01-26 21:30           ` Axel Beckert
2015-01-22 13:40 ` Axel Beckert
2015-01-22 15:52   ` ZyX
2015-01-22 16:09     ` Axel Beckert
2015-01-22 17:17 ` Bart Schaefer
2015-01-22 17:51   ` zzapper

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='CAECNH1RyC2Q-5y3Ynk-F+cJvtRvFPWdvcpDOqXmrJB=uSJCbTQ@mail.gmail.com' \
    --to=p.w.stephenson@ntlworld.com \
    --cc=zsh-users@zsh.org \
    /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).