On Mon, Aug 4, 2014 at 10:29 AM, Edward K. Ream <[email protected]> wrote:
> On Sunday, August 3, 2014 12:18:11 PM UTC-5, Kent Tenney wrote:
>
>> Wow, I was regretting raining on your parade, but you're sounding totally
>> like 'bring it on!'
>
> Leo now supports gg and G, in both normal and visual modes.  gg works
> exactly like in vim: it puts the cursor on the first non-blank character of
> the first line of the buffer (node).
>
> The code is a clean as can be.  The gg and G commands are essentially thin
> wrappers on Leo's code.  That will be true for essentially all new vim
> commands.  Bring it on, indeed.

the '/' command for searching forward, '?' for searching backwards

followed by 'n' for next match
- probably my #1 fav

'/' seems to have become canonical for basic search, even Firefox
opens a search in page box when '/' is typed

>
> Edward
>
> P.S. For now, all vim commands will work only on the presently selected
> node.  That may change later, but it requires careful thought, and perhaps
> extension of vim's standard commands.
>
> 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.

-- 
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.

Reply via email to