in normal mode vim: <dd> = delete entire line, regardless of cursor position Leo: <dd> = delete from cursor to end of line = vim: <D>
in both cases vim maintains the newline, dd in Leo deletes newline joining this line with next. On Tue, Aug 5, 2014 at 8:10 AM, Edward K. Ream <[email protected]> wrote: > On Tue, Aug 5, 2014 at 7:51 AM, Zoltan Benedek <[email protected]> wrote: > >> Changing to outline pane and using arrow keys jumps back to the body pane. >> (Ex: Alt + t, Left arrow) >> >> I missed something? > > Nope. This is on the short list to be fixed before I start eating my > own dog food. > > For now, the workaround is to hold down the Alt key when using the > arrow keys so you stay in the outline. > > 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. -- 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.
