The Man page reader can be invoked via M-x man
, where the user is prompted for a search key. This search key is typically the name of a command that has an associated Man page. In the Man page window, pressing C-o (or your binding of preference) will raise the menu casual-man-tmenu
.
The following sections are offered in the menu:
Navigation commands with the document.
Navigation commands by paragraph.
Navigation commands by section.
Jump to other Man pages referenced in the current Man page.
If the Man page reader is configured to display all manual pages for a given search key, navigation commands for multiple pages is provided.
casual-man-tmenu
provides the menu item o which runs the command casual-man-occur-options
. This will invoke occur
with a regexp that searches for command line options (for example, “–foo”, “-a”) that can be navigated via the occur
interface.
By default, the Man page reader will not display all manual pages for given search key. This can be changed in the Settings menu casual-man-settings-tmenu
that can be invoked by pressing , in casual-man-tmenu
.
Press ‘s’ and configure Man-switches
to have the value “-a” to get all manual pages.
By enabling “u Use Unicode Symbols” from the Settings menu, Casual Man will use Unicode symbols as appropriate in its menus.