Fix typos

pull/11307/head
JR 2 months ago committed by GitHub
parent ca8c426f02
commit e7af933a86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save