aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-04-08 14:37:44 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-04-08 14:37:44 +0200
commit903e6d240baa08e32a559b19071e282463182f20 (patch)
tree0d43882e1b3ab3f6fb770e35079ad25a0fd14953
parent043f7849a02d1ecbc44dafbd2a43056dca989233 (diff)
downloadacme-scripts-903e6d240baa08e32a559b19071e282463182f20.tar.gz
acme-scripts-903e6d240baa08e32a559b19071e282463182f20.zip
Add clbuff section
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3728269..78c3890 100644
--- a/README.md
+++ b/README.md
@@ -32,4 +32,11 @@ or with a custom symbol:
```
echo "#test line" | c- "#"
> test line
-``` \ No newline at end of file
+```
+
+## clbuff
+Clear the buffer. Is equivalent to do:
+```
+Edit ,
+```
+and then delete the whole selection. \ No newline at end of file