On Sun, Apr 4, 2021 at 4:44 AM Viktor Ransmayr <[email protected]> wrote:
I used the new command successfully on one outline. - It did convert > everything properly ... > Glad to hear it. *Is there already a command available in Leo, that inserts a given number > of 'blank' characters before each of the copied lines?* > Yes. indent-region, bound to Tab. Select lines and hit tab. The selection doesn't have to be "exact", so long as it includes *some* characters from the first and last lines. indent-region uses the tab width setting in effect. That should suffice, because you can hit Tab as many times as you need. Also, Shift-Tab (unindent-region) does the reverse. 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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS06yd2%3DZ7%3DWhfj-vuzbBo56zumj8Xja5PcEUG80-Qif7w%40mail.gmail.com.
