Re: Summary of vim mode: please test it now

2014-08-12 Thread Edward K. Ream
On Tue, Aug 12, 2014 at 7:06 AM, Steve Zatz wrote: >> ... it works for me. > I'm jealous. Can you point me where in myLeoSettings.leo the connection is > made between ":" and entering command-line mode? @bool vim-mode = True > Also, I am getting these two conflicting key bindings but they s

Re: Summary of vim mode: please test it now

2014-08-12 Thread Steve Zatz
> ... it works for me. I'm jealous. Can you point me where in myLeoSettings.leo the connection is made between ":" and entering command-line mode? Also, I am getting these two conflicting key bindings but they seem unrelated to the command-line issue. conflicting key bindings in myLeoSettings.le

Re: Summary of vim mode: please test it now

2014-08-11 Thread Edward K. Ream
On Mon, Aug 11, 2014 at 5:58 PM, Steve Zatz wrote: > So I am still left with my question: how do I get Leo to pay attention to a > colon typed when in normal mode so that the editor changes to command-line > mode? Hard for me to say: it works for me. Edward -- You received this message becau

Re: Summary of vim mode: please test it now

2014-08-11 Thread Steve Zatz
> With the latest code you should see: "ignoring semicolon in mode" Yes, with the latest update it says: ignoring semicolon in normal mode So I am still left with my question: how do I get Leo to pay attention to a colon typed when in normal mode so that the editor changes to command-line mode?

Re: Summary of vim mode: please test it now

2014-08-11 Thread Edward K. Ream
On Mon, Aug 11, 2014 at 3:23 PM, Steve Zatz wrote: > When I type a colon in normal > mode, still nothing happens (meaning it stays in vim normal mode) except now > "ignoring semicolon" gets written to the log. With the latest code you should see: "ignoring semicolon in mode" EKR -- You receiv

Re: Summary of vim mode: please test it now

2014-08-11 Thread Steve Zatz
Still having problems with vim-mode although they are evolving. I am on Windows 7 with the latest code and followed the instructions for enabling vim mode and it continues to work partially. When I type a colon in normal mode, still nothing happens (meaning it stays in vim normal mode) except now

Re: Summary of vim mode: please test it now

2014-08-11 Thread Edward K. Ream
On Monday, August 11, 2014 11:02:56 AM UTC-5, Edward K. Ream wrote: > > On Mon, Aug 11, 2014 at 10:54 AM, Kent Tenney wrote: > > V visual select line > > P paste on new line above > > O put cursor on new line above, enter insert mode > Done. Today I've created a new style of programming, usi

Re: Summary of vim mode: please test it now

2014-08-11 Thread Edward K. Ream
On Mon, Aug 11, 2014 at 10:54 AM, Kent Tenney wrote: > V visual select line > P paste on new line above > O put cursor on new line above, enter insert mode Will do. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this gr

Re: Summary of vim mode: please test it now

2014-08-11 Thread Kent Tenney
V visual select line P paste on new line above O put cursor on new line above, enter insert mode without V, I'm missing one of my most used idioms: Vyp or VyP copy line, paste above or below > > I think vim-mode will be great for bringing the b

Re: Summary of vim mode: please test it now

2014-08-11 Thread Edward K. Ream
> There has been lots of progress in the last few days. Just about everything works now, except for dot-related issues. Please test vim mode and tell me what you think. It would be nice if vim-mode users would acknowledge the huge amount of work that I have done recently. If I don't hear from

Re: Summary of vim mode: please test it now

2014-08-07 Thread Edward K. Ream
On Thursday, August 7, 2014 12:51:47 PM UTC-5, Edward K. Ream wrote: > Some highlights Some important points I forgot to mention. - i,o,O,a,A all work, with optional leading repeat counts. - The dot command seems to work for motions, but not for inserted text. - The colon puts you in Leo's tr

Summary of vim mode: please test it now

2014-08-07 Thread Edward K. Ream
There has been lots of progress in the last few days. For a full list, see the headline called "Vim: documented in commit logs". I am still far from a lover of vim, but I have had no trouble whatever developing Leo in vim mode. I invite you to try vim mode if you have any interest in it. Som