diff options
Diffstat (limited to 'README.md')
-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 |