aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorZJPzjp2022-10-15 16:07:42 +0000
committerGitHub2022-10-15 16:07:42 +0000
commit0e8e7cae3b88be32098e533e78398314c1dc2012 (patch)
treef8fbea2f6e394add2de70e3bc92f1fa58e4815f0 /book
parentaef37d43d7a943fdf58ade7df4d8defbef9a7ce0 (diff)
fix `:insert-output` doc: inserting output **before** each selection (#4286)
Diffstat (limited to 'book')
-rw-r--r--book/src/generated/typable-cmd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md
index 4cbff306..05a0985b 100644
--- a/book/src/generated/typable-cmd.md
+++ b/book/src/generated/typable-cmd.md
@@ -65,7 +65,7 @@
| `:config-reload` | Refresh user config. |
| `:config-open` | Open the user config.toml file. |
| `:log-open` | Open the helix log file. |
-| `:insert-output` | Run shell command, inserting output after each selection. |
+| `:insert-output` | Run shell command, inserting output before 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 |