Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [vi-mode] widgets for case manipulation: `gU` and `U` in visual mode
- X-seq: zsh-workers 38748
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [vi-mode] widgets for case manipulation: `gU` and `U` in visual mode
- Date: Wed, 22 Jun 2016 10:29:29 -0700
- 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; bh=xX5KhWhNLgotDblz5o9X8X7ydsDC0m0ZpTq/5ONEdg4=; b=v9+2gCpclen9oZj+5CmsNJXbD4g1AOXER7TX5BvBnvQ2XgjRf1J0543eJslrZDND+q NyR1K03+g/4Ch2DScwOYVfnYGu7skwMdhbrdMXejthW9Pio2h+i/7wnR81g0GtwLpU2t KVYOTbkyDB8jhNnoFzZspfkYdeWoBG1O9EsjB4V3UgxFu+XKlMZ4Uc0M2FWfiq4hMMDg WugT6Au56TVNGjUD5M+UXo7f2k4pGz2NeT2LBQtJSv3teppDkXTsTT6LQaj0/RvZDcxJ VI59Z6sv4/4ywkzOFaQEI3yM0mbcNzfsdLciHsiS+qYJYlrU+UnL3ABwPVjb2i7VOEfs Ybzg==
- In-reply-to: <25350.1466608182@thecus.kiddle.eu>
- 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: <CAEwkUWMnBO7_6EOo5y5b1eMAZB6uXkgXsh51OqtuEbbUQQPRyQ@mail.gmail.com> <21997.1466550647@thecus.kiddle.eu> <160621234233.ZM10369@torch.brasslantern.com> <CAEwkUWM0O2Wzh1rYPUK4HU3P5MxZHJnA-5NT+Mow_3oMQbtwag@mail.gmail.com> <CAEwkUWNw=oYJs7NV7c8ZTQp+j6CHrtUsDEcMaH+vVVWpdEof_w@mail.gmail.com> <25350.1466608182@thecus.kiddle.eu>
[>workers]
On Jun 22, 5:09pm, Oliver Kiddle wrote:
}
} > On Wed, Jun 22, 2016 at 10:19 AM, Filipe Silva <filipe.silva@xxxxxxxxx>
} > wrote:
} > > I've fixed the bug including the following condition:
}
} Thanks for that!
I think the "surround" widget and/or select-{bracketed.quoted} have the
same problem:
- follow recommended instructions to load "surround" and to bindkey ys
- enter abcde on the command line
- hit ESC h h to move to the "c"
- type y s b (
- end up with c(ab)de on the line, expected (ab)cde
Messages sorted by:
Reverse Date,
Date,
Thread,
Author