Maybe it's time for an Acme wiki page? Also, could you share the plumbing rules you use (for my inspiration/learning)? Happy Easter, folks! ++pac On Fri, Mar 29, 2013 at 9:20 AM, dexen deVries wrote: > On Friday 29 of March 2013 01:38:06 Bence Fábián wrote: > > I did a quick writeup on little Edit scripts > > (well basicly sam(1) scripts) > > If anyone have more feel free to contribute. > > Maybe someone could put them on the wiki even. > > stuff i use: > > # clear whole window -- usefull with +Errors > Edit ,d > > # decrease TAB indentation of selection > Edit s,^TAB,,g > > > # increase TAB indentation of selection > # the ^. part ensures we indent only lines with content > # and leave empty lines undisturbed > Edit s,^.,TAB&,g > > -- > dexen deVries > > [[[↓][→]]] > > >