From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21909 invoked by alias); 28 Oct 2012 00:05:24 -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: 17361 Received: (qmail 19994 invoked from network); 28 Oct 2012 00:05:10 -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.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at laafc.net designates 49.212.139.33 as permitted sender) Date: Sun, 28 Oct 2012 08:55:57 +0900 From: Takeshi Banse To: zsh-users@zsh.org Subject: Re: change inside Message-ID: <20121027235557.GA10421@laafc.net> Mail-Followup-To: zsh-users@zsh.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21+58 (31e003ef4039) (2011-07-01) Hi, * shawn wilson [2012-10-27 03:06]: > 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 did it for my own, but it is imperfect though. https://github.com/hchbaw/opp.zsh Thanks.