diff options
author | Roberto Vidal | 2022-12-15 08:59:34 +0000 |
---|---|---|
committer | GitHub | 2022-12-15 08:59:34 +0000 |
commit | f916915b53fa6fedd3f9106bcf58163083cc052e (patch) | |
tree | c105891b33bdbf67bb6c29f374cd5a097d0e9116 /book/src/generated | |
parent | 42ad1a9e043e2e0fb148924ff79b9abbe06907ae (diff) |
add redraw command (#4354)
* add redraw command
* update docs
* Update helix-term/src/commands/typed.rs
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* update docs
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Diffstat (limited to 'book/src/generated')
-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 66e6ac03..269d63e3 100644 --- a/book/src/generated/typable-cmd.md +++ b/book/src/generated/typable-cmd.md @@ -73,3 +73,4 @@ | `:pipe` | Pipe each selection to the shell command. | | `:pipe-to` | Pipe each selection to the shell command, ignoring output. | | `:run-shell-command`, `:sh` | Run a shell command | +| `:redraw` | Clear and re-render the whole UI | |