From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10828 invoked by alias); 22 Dec 2015 10:50:23 -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: 21094 Received: (qmail 7303 invoked from network); 22 Dec 2015 10:50:22 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 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; bh=XPybaNCM7Mtjcu2PHvGyviQVGd1GvmwcAqePhnVVUBo=; b=hno122IyzM3RSX55fJ+21LY65d3mY/N1elgBQxF+cETWdYlFJwRrpDRS6ei1M0hONI eL+K9GMH0pTcU3ohiFqPKrVrlAyiqY+N3FVga3fW04dwSf+ica86LHdXnFQxx1UO/P78 rLOe9VVvM1ymrZwy6rCawWWUylD7QRift9aXishL9GoZh0Hq7b8Sj6ORpmQOt4sVWUqx 5F/43zOcCjMmIRu34aRZUn73wVHIDK52ipClDP2tQ1RMUFa/5moiYzH9I7ujib1WNUV8 v+P12tPpUNaXFRgVcCdLRXK9nUZ5vz84hvUQlAh+abvADZZtgD8IX62UH0JRKOzlcv98 jTCQ== X-Received: by 10.25.26.68 with SMTP id a65mr6813753lfa.72.1450781419092; Tue, 22 Dec 2015 02:50:19 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Sebastian Gniazdowski Date: Tue, 22 Dec 2015 11:49:59 +0100 Message-ID: Subject: Re: transpose-words worked for few seconds To: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 On 22 December 2015 at 11:41, Mikael Magnusson wrote: > You have to position the cursor on the first character of the word you > want to transpose with the one before it. So "ab cd" will be swapped to "ab dc" when cursor is on "d". That's quite weird, I think I used different widget long before, it didn't require to position cursor like that, but maybe I'm wrong Best regards, Sebastian Gniazdowski