diff options
author | jorge | 2023-04-27 19:57:05 +0000 |
---|---|---|
committer | GitHub | 2023-04-27 19:57:05 +0000 |
commit | 204d1eba4b1bb09d2e861986d6b6e8b868d16afe (patch) | |
tree | aefc7c1bcd504df89143afacfceb549f5a150fc9 /book | |
parent | 9cdc6b2e8a0193881297e15641cd801384cd8865 (diff) |
feat(commands): add clear-register typable command (#5695)
Co-authored-by: Jorge <chorcheus@tutanota.com>
Diffstat (limited to 'book')
-rw-r--r-- | book/src/generated/typable-cmd.md | 1 |
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. | |