On Tue, Aug 5, 2014 at 5:22 PM, Edward K. Ream <[email protected]> wrote: > On Tue, Aug 5, 2014 at 3:44 PM, Kent Tenney <[email protected]> wrote: >> in normal mode >> >> dw: delete word, word is the only text object I use, there are many >> http://blog.carbonfive.com/2011/10/17/vim-text-objects-the-definitive-guide/
Done. Just a matter of adding 'w' to the motions table. >> (just discovered diw, useful!) Easy enough, but not done yet. di would be an extension to the vim_d handler. iw can not specify a motion because i would enter insert mode. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
