Fix typos

This commit is contained in:
JR 2024-09-11 12:31:09 +02:00 committed by GitHub
parent ca8c426f02
commit e7af933a86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1546,7 +1546,7 @@ letters! that is not good grammar. you can fix this.
each active selection. Similarly, the :append-output appends a
shell command output after each active selection.
Go the next line starting with -->, move to the space
Go to the next line starting with -->, move to the space
character at the end of the line, and enter
:append-output date
to append the date at the end of the line.
@ -1599,14 +1599,14 @@ letters! that is not good grammar. you can fix this.
=================================================================
* Shell commands can be run from helix, showing output in a
popup, with :sh .
popup, with :sh.
* Shell commands can be run from helix and their output inserted
(resp. appended) using :insert-output (resp :append-output),
also aliased as ! (resp Alt-!)
also aliased as ! (resp Alt-!).
* Selections can be piped to a shell command and their output
can overwrite the commmand (resp. be discarded) using :pipe
* Selections can be piped to a shell command and the output
can overwrite the selection (resp. be discarded) using :pipe
(resp. :pipe-to), also aliased as | (resp. Alt-| ). Remember
that this is piping the selection(s) as the pipe operator would
do in bash, not providing the data as arguments.