Open
Description
Prerequisites
- Write a descriptive title.
Description of the new feature/enhancement
Pressing F1 (bound to function ShowCommandHelp
) helpfully provides a paged display of the help topic for the command to the left of the cursor.
However, the keyboard navigation provided is currently limited to line-by-line scrolling (up- and down-arrow keys).
It would be helpful to also support keys for the following navigation keys (possibly also via alternate keys if required for cross-platform compatibility):
- PageUp/Down (scroll a page up / down)
- Home/End (scroll to the top / bottom)
Additional commands could be implemented, which would make F1 a "one-stop shop" for all help needs, so that user won't need to use Get-Help
explicitly (though, of course, are free to).
o
to open the online help (equivalent ofGet-Help -Online
)x
to jump to the EXAMPLES section (analog ofGet-Help -Examples
f
to search within the topic and jump to matches