this also works:

# indent
Edit ,x/^./ y/./ c/     /

# outdent
Edit ,x/^       / c//

-Skip

On Fri, Mar 29, 2013 at 2:50 AM, Richard Miller <9f...@hamnavoe.com> wrote:
>> # increase TAB indentation of selection
>> # the ^. part ensures we indent only lines with content
>> # and leave empty lines undisturbed
>> Edit s,^.,TAB&,g
>
> Very nice.
>
>

Reply via email to