all repos — acme @ 8920dc9db29bee5b5c098e50e98b12e5393faa96

fork of the acme editor from plan9port - keybinds, tweaks, config.h, etc

Toolbox (raw)

1
2
3
4
5
6
7
8
# 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