aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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