On Fri, Aug 8, 2014 at 6:57 AM, Steve Zatz <[email protected]> wrote: > I may be doing something wrong but when I type a colon in normal mode > nothing is happening. When I type :q, nothing happens except the log file > prints "not ready vim_q".
:q works for me in Normal mode. The comma takes me to the minibuffer, then typing q<return> exits Leo. Leo will prompt to save changed files as usual. Apparently, you do have @bool vim_mode = True, otherwise you would not get the not ready message. It looks like Leo/Vim didn't accept the leading colon. There is some flakiness involving keystrokes which I'll discuss in a new thread. In the meantime, you can test the :q command by typing Alt-X :q <return> :-) 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.
