On Thu, May 23, 2019 at 10:09 AM 'Nils Lindemann' via leo-editor < [email protected]> wrote:
> How can i achieve navigating to the next/previous/parent/child node *with > the focus staying in the body pane*? Using Leo 5.8, Python 3.7.1 32 bit, > Windows . > Good question. Leo has *many* settings. It's good to search leoSettings for them. To answer this question I did the following: 1. Open leoSettings.leo with <Alt-x>leo-set<tab><return> 2. Do cff focus: <Alt-x>cff<return>focus<return> I see that there is a setting @bool stayInTreeAfterSelect = True 3. Set this to False in a test file. Yep, that worked. 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 https://groups.google.com/group/leo-editor. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS2C6Khni9sN6DGpYonPcmBq-%3Dt2b1DCmj%3DAx%2BTm6cCtBQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
