2022-02-25 07:20:04 +00:00
|
|
|
# Compiled Edit scripts
|
|
|
|
|
|
|
|
[ Edit 1,$-1d ] # clear win
|
|
|
|
[ Edit x/^[ ]*/ a/# / ] # comment (replace # with comment prefix)
|
|
|
|
[ Edit x/^[ ]*# ?/ x/# ?/d ] # uncomment (replace # with comment prefix)
|
2022-03-26 16:03:39 +00:00
|
|
|
[ Edit s/^[ ][ ]//g ] # unindent
|
2022-02-25 07:20:04 +00:00
|
|
|
[ Edit s/^/ /g ] # indent
|
|
|
|
[ Edit x/[^\n]\n[^\n]/ s/\n/ / ] # join lines
|