From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <3156962.ug0YdxJUKR@coil> References: <3156962.ug0YdxJUKR@coil> Date: Fri, 29 Mar 2013 09:25:47 +0100 Message-ID: From: "Peter A. Cejchan" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=e89a8fb1fd749e5b4204d90c048b Subject: Re: [9fans] Acme Edit scriptlets Topicbox-Message-UUID: 38cc5c2c-ead8-11e9-9d60-3106f5b1d025 --e89a8fb1fd749e5b4204d90c048b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 wro= te: > On Friday 29 of March 2013 01:38:06 Bence F=C3=A1bi=C3=A1n 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 > > [[[=E2=86=93][=E2=86=92]]] > > > --e89a8fb1fd749e5b4204d90c048b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Maybe it's time for an Acme wiki page?
Also, could you share the plu= mbing rules you use (for my inspiration/learning)?

Happy Easter, fol= ks!
++pac

On Fri, Mar 29, 2013 at 9:20= AM, dexen deVries <dexen.devries@gmail.com> wrote:
On Friday 29 of March 2013= 01:38:06 Bence F=C3=A1bi=C3=A1n 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

[[[=E2=86=93][=E2=86=92]]]



--e89a8fb1fd749e5b4204d90c048b--