Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Rotate shell words widget
- X-seq: zsh-users 21552
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Rotate shell words widget
- Date: Thu, 12 May 2016 09:07:25 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- 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 :cc; bh=T1DwGOl9vDkx1igPxdPIEG8heHHhFVhnjepfwP0hS9c=; b=skgmmUUMkWK9XDZoWR7UneA6JSIQi0dvyjnmTJ20LJ0BV0quBgZM6Rv9NWhUptUM9L gxMoDNkw6qFH4bRkte1RVFBxOw6LHB3jeSPT4LoClVaqSsSgTaxeZg12g1VjWLGPXnJe E0Cij+4xIE8658JJTrgmhHHdWKw9L9J1xKWerZZCGJw4izvg1348tf/rcWoFeV65h2Mp crQnwV3DMhbgh16c6UlSUvfgn8MNuZabPaTnpP6Z+S86nDtpTkSfeVA7QtGErr3L7+np No1RpcTfoFzGhO4T/gt0nO1i078FfFEbocMMuaFnqxPE/0K0Ayiu69XmYUm4BsWcycVc hI3g==
- In-reply-to: <160511142150.ZM9063@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVCg-UvJNbwxaKDSo813-ibtK1xXH+H+FULsFa+D_qQ_9Q@mail.gmail.com> <160511142150.ZM9063@torch.brasslantern.com>
On 11 May 2016 at 23:21, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> What common usage did you have in mind for this?
>
> I presume rotate acts on $RBUFFER and rotate-backwards works on $LBUFFER
> (approximately).
I wasn't enough specific again? It rotates words in command line not
letters in words. The usage is then I think clear, to go to some
previous word, edit it, and put it in its original place again.
Alternative to Alt-b in bindkey -e.
Too relying on established word set like "shell word". Some users
might not be aware that this will allow them to rotate sophisticated
command lines with words like a\ b\ c.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author