This commit is contained in:
Nico 2020-12-01 14:25:18 +00:00
parent 8d5056d673
commit ddfa1b752b
3 changed files with 0 additions and 6 deletions

View File

@ -3,7 +3,5 @@
Scripts I use on my 9front install.
* chatstart: mounts the 9gridchan chat.
* t+: indents in acme
* t-: unindents in acme
* mdlink: Inserts a markdown link (see [this page](https://itwont.work/vimwiki-acme.html))
* wg: searches for markdown files (see [this page](https://itwont.work/vimwiki-acme.html))

2
t+
View File

@ -1,2 +0,0 @@
#!/bin/rc
sed 's/^/ /'

2
t-
View File

@ -1,2 +0,0 @@
#!/bin/rc
sed 's/^ //'