Info pages

From wikinotes
Revision as of 03:29, 5 October 2021 by Will (talk | contribs) (→‎Usage)

GNU's successor to man pages.
Supports links between pages.
Built using texinfo.

Documentation

info docs https://www.gnu.org/software/texinfo/manual/info-stnd/info-stnd.html
texinfo docs https://www.gnu.org/software/texinfo/manual/texinfo/html_node/index.html
home https://www.gnu.org/software/texinfo/

Tutorials

gentoo wiki https://wiki.gentoo.org/wiki/Info

Locations

~/.infokey custom keybindings

Usage

info --vi-keys bash  # show bash manual
h             # help
j/k           # cursor up/down
alt + g       # open link under cursor

alt + (</>)  # top/bottom of section
g/G          # top/bototm of entire document