From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26128 invoked by alias); 14 May 2016 22:51:22 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21564 Received: (qmail 27294 invoked from network); 14 May 2016 22:51:21 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=uni-koblenz.de; h=content-type:content-type:from:from:subject:subject :message-id:date:date:references:in-reply-to:received :mime-version:received:received:received:received; s=mail; t= 1463265705; x=1465080106; bh=pPOHTEkaRM4mMYvgF8KyWjeNzw25GLmTeUN 3EbIIGxE=; b=Y3nEk+EZedUS/j0ISocfdfdszT2cmts1rdmwx1KTyzvuNlUz3Lq 7sRJSNPR4IAuNznzs+sXkMaPSdcUmmOmi3nvDm+U0z4M1U1WjpSnp7gdFut+Ardi BnbD3MdlHx7SE2vOkMrJnFLKvc2U4TqH6QvG+006LZCLoG/4QQwmDCd0= X-Virus-Scanned: Debian amavisd-new at uni-koblenz.de X-Gm-Message-State: AOPr4FVZNSS3YUZE45OmEHR6th9hqJgQAqBBU7CrvxnS8/JRA8vG7l0AMhtKYi0V4NuvwS6pZjYUyGke6lv4Vg== MIME-Version: 1.0 X-Received: by 10.112.27.233 with SMTP id w9mr8921849lbg.86.1463265704536; Sat, 14 May 2016 15:41:44 -0700 (PDT) In-Reply-To: References: <160511142150.ZM9063@torch.brasslantern.com> Date: Sun, 15 May 2016 00:41:44 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Rotate shell words widget From: =?UTF-8?Q?Ren=C3=A9_Wilhelm?= To: Sebastian Gniazdowski Cc: Bart Schaefer , Zsh Users Content-Type: multipart/alternative; boundary=001a1133bb4c87f6f80532d5189b --001a1133bb4c87f6f80532d5189b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 14 May 2016 at 23:30, Sebastian Gniazdowski wrote: > I thought about it as an extension of transpose-words, which I use > instead of Alt-b pressed once. Now I see transpose-words can be used > to e.g. revert "mv" command by doing opposite rename (not that I > didn't use it that way). Well, I always preferred transposing than > Alt-b-jumping and cursor keys. Careful positioning with Alt-b and > cursor keys, and then Ctrl-E to continue at the end, I don't like it. > =E2=80=8BYou can prefix most things with a number, like to move the cursor two words backwards. In conjunction with a little intuitive counting (https://en.wikipedia.org/wiki/Subitizing), this should allow for pretty good cursor positioning. Hope that helps. --001a1133bb4c87f6f80532d5189b--