Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to kill string but leave it in history?
- X-seq: zsh-users 615
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: roderick@xxxxxxxx (Roderick Schertler)
- Subject: Re: How to kill string but leave it in history?
- Date: Thu, 16 Jan 1997 16:37:52 +0000 (GMT)
- Cc: zefram@xxxxxxxxxxxxxxxxx, borsenkow.msk@xxxxxx, zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <pzg2011t6l.fsf@xxxxxxxxxxxxxxxxx> from "Roderick Schertler" at Jan 16, 97 11:27:46 am
Roderick Schertler wrote:
>> This is exactly what pound-insert is for. I use it often.
>
>It doesn't work for multiline commands, though.
Yes it does. It adds a # at the beginning of each line. Or do you
mean continuation lines? push-input may help here.
>Which reminds me, it has always bugged me that if zsh creates a
>continuation line (like
>
> $ print "foo<return>
> dquote> _
>
>) I can't go from the dquote> line back up to the first line
Yes, this is what push-input is for.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author