> 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 you, I'll assume that nobody is interested and plan accordingly :-) Here are today's changes that affect vim-mode users: - Limited /,?,*,#,n to node-only searches. This is essential, imo. - The / and ? commands now update the selection range properly in visual mode. - The status area now show command in inner motions in visual mode. - The f,F,t,T commands now work regardless setting. - Fixed a major bug affecting visual mode that was causing all sorts of mischief: the code would get "stuck" in an inner mode handler. - Added the :print-dot command. - Added ge,gb,gh commands: same as $,0,^. - h,j,k,l in outline work like the corresponding arrow keys in the tree pane. - 0 and e in the outline pane work like Alt-Home and Alt-End. - Removed the ,, abbreviation/hack. - Updated the vim-related docs on Leo's web site. And here are the code-level changes: - Used vc.do(leo-command-name), a wrapper for c.k.simulateCommand. The result is a remarkable simplification of many key handlers. - Added very effective debugging trace to vc.ignore. - Added back-to-home-extend-selection command, for use by a key handler. - Added code to check for missing motions in normal and visual mode dispatch dicts. 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.
