Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: New widget "transpose-segments"
- X-seq: zsh-workers 37577
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: New widget "transpose-segments"
- Date: Tue, 12 Jan 2016 00:13:45 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=aURidJb/NI/1oE1OrKtz26i+u3Cii2SB+14gUKdtiJw=; b=XaoyUlW96heez51/hcJANugSqTEbFgeLt7GrglU3+6m2wCpvAuRn76VUHQW3gMcWoA 3NAPWACtaBcD11jKh+DK3Z27qSp+jQaRE4hNJVRiu84r3vn43xXBL1m29JGvlo8yTnrb gSKL5ixaRMj7Fe4Da90QrXiLc4+nDbqLNp9thoMje36cFIVkXNA7fJ1QZ6SM4rNMUhVv RxgAhJSAOqLDAArproAKp4GsreMShgeIpwfZnOqyz9dLawUD8TLvJ7E7UamlD11krKVB vK6UqyKrnKp0cYDvRsu6u31pTDlYN0YktJsH9/lylelPI5l0UTxolWAv0POeRx55/RgJ 0YAw==
- In-reply-to: <CAKc7PVA6tTsK1-dxOKhaqaHD98Y4i=B4XHsc+vwaBnhLJPxgLQ@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> <160109092258.ZM3394@torch.brasslantern.com> <CAKc7PVAeF-krNekXWV-cbOzpZzRgTWt6iORA+BOmqVRWS1B2ag@mail.gmail.com> <CAKc7PVA6tTsK1-dxOKhaqaHD98Y4i=B4XHsc+vwaBnhLJPxgLQ@mail.gmail.com>
On Jan 9, 8:06pm, Sebastian Gniazdowski wrote:
}
} "$ a b c d "
}
} t-seg allows to place cursor arbitrarily after "d", and it will not
} loose the trailing spaces, and swap "c" and "d". t-w-match will swap
} "d" and spaces after "d".
I believe this works as desired following the patch in 37570, as long
as you have not set skip-chars or *-subword styles in the context
of transpose-words.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author