zsh-users
 help / color / mirror / code / Atom feed
From: zzapper <david@tvis.co.uk>
To: zsh-users@sunsite.dk
Subject: Re: Edit result of last command
Date: Mon, 29 Nov 2004 21:53:15 +0000	[thread overview]
Message-ID: <bh6nq0d8ns2adr43e9i2sfo34nt61pnmj0@4ax.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0411291151590.25119@toltec.zanshin.com>

On Mon, 29 Nov 2004 12:02:11 -0800 (PST),  wrote:

>On Mon, 29 Nov 2004, zzapper wrote:
>
>> say I've done a command a find/ls whatever
>[...]
>> This does the trick, but how would you zedii do it?
>
>Don't you remember the "Tip of the day: previous command output" thread 
>from back in August?

Sorry Bart, I got overloaded at that time!

>
>  keep *add*
>  vi $kept
>
>or
>
>  find . -name '*add*' -print | keep
>  vi $kept
>
>or any one of several completion-based variants also in that thread.
>
>I also have this pair of keybindings:
>
>  bindkey "^[f" forward-word
>  bindkey -s "^[v" '^E)^Avi $(^[f"
>
>which means I scroll back in the history to the command I want to capture
>
>  ls *add*
>
>then type esc-v and end up with
>
>  vi $(ls *add*)
>         ^
>with the cursor here, so I can modify the options (add -l to grep, or 
>remove -l from ls, etc.).

zzapper (vim, cygwin, wiki & zsh)
--

vim -c ":%s%s*%CyrnfrTfcbafbeROenzSZbbyranne%|:%s)[R-T]) )Ig|:norm G1VGg?"

http://www.vim.org/tips/tip.php?tip_id=305  Best of Vim Tips


  parent reply	other threads:[~2004-11-29 21:55 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
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 [this message]
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=bh6nq0d8ns2adr43e9i2sfo34nt61pnmj0@4ax.com \
    --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).