On Monday, August 4, 2014 7:24:38 AM UTC-5, Jacob Peck wrote:

> And these! 
>
> :e! 
> revert all changes since the current file was loaded (i.e. reload from 
> disk) 
> In a Leo context, this would probably make more sense on an @<file> node. 
>
> :wq 
> Save and exit.  I use this one all the time ;) 
>
> :1,$ s/^/  /g 
>  From line 1 to EOF ($), replace the beginning of the line (^) with two 
> spaces (  ), globally (keep applying as many times as possible) 
> A quick vim-like way to do indents on a range of characters.  I also use 
> this one frequently...
>

Thanks for these suggestions.  They are on the list to do immediately.

BTW, I have just verified that you can indent/unindent selected lines 
(insert mode *only*) using tab/shift-tab.

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.

Reply via email to