Update outdated :help docstring

This commit is contained in:
Oliver Blanthorn 2026-07-27 12:44:36 +02:00
parent 82985ae14c
commit edf442fe67
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -1831,7 +1831,7 @@ export function home(all: "false" | "true" = "false") {
`-w`: open the help page in a new window
If the keyword you gave to `:help` is actually an alias for a composite command (see [[composite]]) , you will be taken to the help section for the first command of the pipeline. You will be able to see the whole pipeline by hovering your mouse over the alias in the "exaliases" list. Unfortunately there currently is no way to display these HTML tooltips from the keyboard.
If the keyword you gave to `:help` is actually an alias for a composite command (see [[composite]]) , you will be taken to the help section for the first command of the pipeline.
e.g. `:help bind`
*/