Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: change inside
- X-seq: zsh-users 17355
- From: shawn wilson <ag4ve.us@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: change inside
- Date: Sat, 27 Oct 2012 09:16:57 +0000
- 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:content-type; bh=7ID4WH4SjleZZEX8Q/oSmQDfIsvh2T3qGE8GWMdC6e0=; b=VxJmyrjNVyL7athwWUBgs8yRk0Q1ZeMsq4fMWH/uBOeoOsqaq/xmDrmYDto5a0wksG LiuT+d0O5Xz5mtnTG35wqVlApQYw7fd4NBo7awWkM0lBnq+Gi+uhMH/26ATo+bhdjOie LZmRXrnGGTUtN9cJUzax/cbTG84U51SmcpbtvESN3KZU20u0rIRUOkn8saf5hCix6RPp csAkx+DeAm4sd5bTtQBbdNL3ZEcxmWSEn0GfuXbmlZRuLj9g+FDHsWFVyqEoUydZQarQ bnuEDKt87ZJc9kNl6wtEEKiZahlEvTTunD4EPyisbNOuM7qvAr1x+D8XlEfqqthqnnQh SHSQ==
- In-reply-to: <CAH+w=7a9hZs-uw-haD4-V3GWnugiHf037JYnSi62bU4Mh4Sa=Q@mail.gmail.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: <CAH_OBicRQa-a9Mv_sr6emgObHD11CjF3hxF3M=3LdfTxib8YpA@mail.gmail.com> <CAH+w=7a9hZs-uw-haD4-V3GWnugiHf037JYnSi62bU4Mh4Sa=Q@mail.gmail.com>
On Sat, Oct 27, 2012 at 6:38 AM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Friday, October 26, 2012, shawn wilson wrote:
>
>> i use vim bindkeys and am quite happy with it. however one feature
>> that i use a lot in vim is the 'inside' feature - di, ci, yi, etc. and
>> i don't seem to have this on the shell. what's the best way to make
>> something like this work and/or could this be implemented to make this
>> more like native vim?
>>
>
> You will need to create a custom zle widget, or rather, a set of them.
thanks for the pointers. i'll look at what it'll take to script this
out. however, (and i didn't ask this directly because i was unsure if
there was just a feature i had missed) what is the general idea behind
the vi mode in zsh? is this a feature that is meant to stay compatible
with bash/tcsh/etc? or is this meant to bring as much of the vim
command set as possible, but without being cumbersome into zsh?
if the philosophy is the former, than maybe a pull request to
oh-my-zsh is the way to go (who is ~10 months behind on merges).
however, if it is the later, than this should really be a feature
request.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author