From 224df2fcd9bf0b15d7b54deb1b1296b378a496a1 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 8 Apr 2021 14:39:48 +0200 Subject: Add instructions on adding these commands on tags --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3