Next: Following References, Previous: Fonts and Faces, Up: Browsing Man Pages   [Contents][Index]

4.2 Navigation

Man (and hence WoMan) mode can be thought of as a superset of view mode. The buffer cannot be edited, so keys that would normally self-insert are used for navigation. The WoMan key bindings are a minor modification of the man key bindings.

SPC ¶

Scroll the man page up the window (scroll-up).

DEL ¶
S-SPC

Scroll the man page down the window (scroll-down).

n ¶

Move point to the Nth next section—default 1 (Man-next-section).

p ¶

Move point to Nth previous section—default 1 (Man-previous-section).

g ¶

Move point to the specified section (Man-goto-section).

s ¶

Move point to the “SEE ALSO” section (Man-goto-see-also-section). Actually the section moved to is described by Man-see-also-regexp.