aboutsummaryrefslogtreecommitdiff
path: root/book/src/generated
diff options
context:
space:
mode:
authorjorge2023-04-27 19:57:05 +0000
committerGitHub2023-04-27 19:57:05 +0000
commit204d1eba4b1bb09d2e861986d6b6e8b868d16afe (patch)
treeaefc7c1bcd504df89143afacfceb549f5a150fc9 /book/src/generated
parent9cdc6b2e8a0193881297e15641cd801384cd8865 (diff)
feat(commands): add clear-register typable command (#5695)
Co-authored-by: Jorge <chorcheus@tutanota.com>
Diffstat (limited to 'book/src/generated')
-rw-r--r--book/src/generated/typable-cmd.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md
index a9d68b75..ae28a9ba 100644
--- a/book/src/generated/typable-cmd.md
+++ b/book/src/generated/typable-cmd.md
@@ -78,3 +78,4 @@
| `:pipe-to` | Pipe each selection to the shell command, ignoring output. |
| `:run-shell-command`, `:sh` | Run a shell command |
| `:reset-diff-change`, `:diffget`, `:diffg` | Reset the diff change at the cursor position. |
+| `:clear-register` | Clear given register. If no argument is provided, clear all registers. |