Title here
Summary here
:h nvim_open_winThe signature, the arguments, and prose about what it returns. That page is the whole contract.
Words wrapped in |bars| are links:
| Key | Does |
|---|---|
Ctrl-] | follow the link under the cursor |
Ctrl-o | jump back |
gO | table of contents for this page |
q | close the help window |
A fuzzy picker over help tags (<leader>fh in the course config) filters thousands of tags as you type, with a live preview of the page.
:helpgrep nvim_open_win
:copen:helpgrep reads inside every help file rather than matching tag names, and fills the quickfix list with every hit.
:h function-listThe catalogue of every built-in function grouped by what it is for — strings here, files there, windows further down. Read the group, find a name, then :h that name.