aboutsummaryrefslogtreecommitdiff
path: root/book/src/generated/typable-cmd.md
diff options
context:
space:
mode:
authorTermina942022-06-05 10:52:41 +0000
committerGitHub2022-06-05 10:52:41 +0000
commitf1ae496860e10560d9a8b91a721168524411096a (patch)
treec01cdbc92f01c4cad005cc88809ca3e5edf1b76c /book/src/generated/typable-cmd.md
parentf92a25a856d572c7bd4b8e597a3f86ce211e81d5 (diff)
Add shell insert commands to typable and config (#2589)
* Add shell insert commands to typable and config * generate docs Co-authored-by: Dean Revell <revell@gmail.com>
Diffstat (limited to 'book/src/generated/typable-cmd.md')
-rw-r--r--book/src/generated/typable-cmd.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md
index 5ae184da..71a33fa7 100644
--- a/book/src/generated/typable-cmd.md
+++ b/book/src/generated/typable-cmd.md
@@ -64,5 +64,7 @@
| `:config-reload` | Refreshes helix's config. |
| `:config-open` | Open the helix config.toml file. |
| `:log-open` | Open the helix log file. |
+| `:insert-output` | Run shell command, inserting output after each selection. |
+| `:append-output` | Run shell command, appending output after each selection. |
| `:pipe` | Pipe each selection to the shell command. |
| `:run-shell-command`, `:sh` | Run a shell command |