aboutsummaryrefslogtreecommitdiff
path: root/book/src/generated
diff options
context:
space:
mode:
authorThomas2022-04-17 03:03:47 +0000
committerGitHub2022-04-17 03:03:47 +0000
commit2eca2901f31083af85ffd6f299c64ad80a8bfaf5 (patch)
treedb27d589dd6e85f009adc43391805b70f177098b /book/src/generated
parentdc8fef5dd311e239150dfcd62c90cc84ee32a8a0 (diff)
Pipe typable command (#1972)
Co-authored-by: DeviousStoat <devious@stoat.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 bb5da3bb..0b591ba4 100644
--- a/book/src/generated/typable-cmd.md
+++ b/book/src/generated/typable-cmd.md
@@ -61,3 +61,4 @@
| `:tree-sitter-subtree`, `:ts-subtree` | Display tree sitter subtree under cursor, primarily for debugging queries. |
| `:config-reload` | Refreshes helix's config. |
| `:config-open` | Open the helix config.toml file. |
+| `:pipe` | Pipe each selection to the shell command. |