On Thursday, August 21, 2014 9:37:24 AM UTC-5, Edward K. Ream wrote: > > On Thu, Aug 21, 2014 at 6:14 AM, Kent Tenney <[email protected]> wrote: > > > [fixed] :w save file > > [fixed] :q close Leo > > > > [added] :q! close, discarding changes > > [:e! works] :e% reload (revert to saved) > > Thanks for this. Keep testing :-) >
Some changes in recent revs: 1. Ctrl-G should do a better job of clearing the vim state *for sure*. This is crucial: please let me know if there is any way that this doesn't happen. 2. <Return> in normal mode now works as in vim: it advances the cursor to the next line. I liked this binding, but it's much more important that vim mode works like actual vim users expect. 3. x in normal mode now works *exactly* as in vim. To quote a recent checkin log:: QQQ - If characters appear to the right of the cursor, delete (Delete key) N of them. - otherwise, delete (Backspace key) over at most one character, regardless of N. Sheesh. QQQ Presumably this is one of those situations where special cases make things so smoothly that the average vim user is only dimly aware (if at all) of the kludgy nature of this command. Next up: making y do the right thing in visual mode. Edward -- 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.
