From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5068 invoked by alias); 26 Oct 2012 18:11:55 -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: 17353 Received: (qmail 27479 invoked from network); 26 Oct 2012 18:11:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.215.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=h/QcRWDStDj67u0IuHX1y11SyPl62n+d1VzSCaetnkA=; b=vMYayJWhBH18iC0+vFQO2D69fhyqLyBj0hmGlt8bzv11r+KdRThSfR55pgqmtgiv9o bpAg4t64jqzttqNjgdH5sEqbagEdVWKYa5uBnFz6LZuzkdAf/Bs0BYjp7afSTukwIyq2 GYoMX67v4fKeNgjbnRPFoI3biE/8l5w28nTDvSDu9QpNCkmDRicRvjTFueJ63zudQlaG ik6LlENR3FAOx/OjWQ7BWV4ozEQ5zfW9vmiM+2hbfVyOQnYT1S4bMGNt1bCRTXbCb1hN Yo6YXm7wfbJWpnllg4+MZtLXlhPjrBD+zNOmA+fS+9bbhZJtl6zke92n8R3GVhnGCuJF Hz/g== MIME-Version: 1.0 From: shawn wilson Date: Fri, 26 Oct 2012 18:06:10 +0000 Message-ID: Subject: change inside To: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 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?