Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: New widget "transpose-segments"
- X-seq: zsh-workers 37520
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: New widget "transpose-segments"
- Date: Sat, 9 Jan 2016 16:55:00 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=p2L+dKGdSiHmJ/hUMy3hzBXtGS1RR3g16kZJ5nlGn/A=; b=DCn9h1msnDzQfaj2DYhCAnU4HqxbLsE3QUSUeLmN8Fvip4GeSkr53SQBuOzOiLGPcB s84BGUtQMAioJ7u1r5+O126C1By2eXdZThpGIF2ImY/zHnKcBNFgesxmUbp21cj2Gnio UHNhz/FbqBG9U1rKddA545kTr4U1pCMFP6ei6SeFzd3FTUZzhA56FBI3vVHIwMOUTyGd WiIDQvErtSmX/kkxMOZMyWh2KvRrK+QrNN7/+5w3WoMzEK9JM4sTbN3vP9NvpLWxtgp9 M51k1gkj9tcQuXf6Cua280qas9PuYV9siYgKZsVVFeWbn7RdDEAEqUv0vwxwedVtIffs ppeg==
- In-reply-to: <CAKc7PVCVFN2639GkbitXO_yZtqK02zUWH-oLGYBysv6J3TreTg@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVCVFN2639GkbitXO_yZtqK02zUWH-oLGYBysv6J3TreTg@mail.gmail.com>
I've updated the code to support swapping segments across new lines:
https://asciinema.org/a/1rg6zqgzsduenjnuuc1dvhz50
Will this be commited?
Best regards,
Sebastian Gniazdowski
On 9 January 2016 at 12:03, Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
> Hello
> I've attached a new widget "transpose-segments". Works like
> "transpose-words", but the "words" are what I call "segments" – parts
> of a command obtained by (z) flag. This allows to comfortably swap
> arbitrarily quoted things at prompt,
>
> http://asciinema.org/a/5tkda9lr7dju4lh3vt5sj35wi
>
> Can this be commited?
>
> Best regards,
> Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author