acme9k/Toolbox

8 lines
297 B
Text
Raw Normal View History

# 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)
[ Edit s/^[ ][ ]//g ] # unindent
[ Edit s/^/ /g ] # indent
[ Edit x/[^\n]\n[^\n]/ s/\n/ / ] # join lines