diff options
author | 2021-04-08 14:39:48 +0200 | |
---|---|---|
committer | 2021-04-08 14:39:48 +0200 | |
commit | 224df2fcd9bf0b15d7b54deb1b1296b378a496a1 (patch) | |
tree | 65d9a96014cfde51c85e7d64348e687fdcbc01ee | |
parent | 903e6d240baa08e32a559b19071e282463182f20 (diff) | |
download | acme-scripts-224df2fcd9bf0b15d7b54deb1b1296b378a496a1.tar.gz acme-scripts-224df2fcd9bf0b15d7b54deb1b1296b378a496a1.zip |
Add instructions on adding these commands on tags
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |