aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78c3890..f507dda 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ or with a custom symbol:
echo test line | c+ "#"
> #test line
```
+On Acme tag: `|c+`
## c-
Same as `c+.sh` but removes a comment from the beginning of the line. By
@@ -33,10 +34,12 @@ or with a custom symbol:
echo "#test line" | c- "#"
> test line
```
+On Acme tag: `|c-`
## clbuff
Clear the buffer. Is equivalent to do:
```
Edit ,
```
-and then delete the whole selection. \ No newline at end of file
+and then delete the whole selection.
+On Acme tag: `clbuff` \ No newline at end of file