docs/getting_started: update help keybinds

Closes #3580

Co-authored-by: Logan Barnett <logustus@gmail.com>
This commit is contained in:
Henrik Lissner 2020-07-17 17:31:11 -04:00
parent e567cc56f2
commit 9518852597
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1309,15 +1309,15 @@ You can also evaluate code with ~eval-expression~ (=M-;= or =SPC ;=).
*** TODO For Doom Modules, packages, autodefs, etc. *** TODO For Doom Modules, packages, autodefs, etc.
+ ~doom/open-news~ (=SPC h n=) :: + ~doom/open-news~ (=SPC h n=) ::
... ...
+ ~doom/open-manual~ (=SPC h D=) :: + ~doom/help~ (=SPC h d h=) ::
... Open the index of Doom's manual.
+ ~doom/describe-module~ (=SPC h d=) :: + ~doom/help-modules~ (=SPC h d=) ::
Jumps to a module's documentation. Jumps to a module's documentation.
+ ~doom/describe-autodefs~ (=SPC h A=) :: + ~doom/help-autodefs~ (=SPC h A=) ::
Jumps to the documentation for an autodef function/macro. These are special Jumps to the documentation for an autodef function/macro. These are special
functions that are always defined, whether or not their containing modules functions that are always defined, whether or not their containing modules
are enabled. are enabled.
+ ~doom/describe-package~ (=SPC h p=) :: + ~doom/help-packages~ (=SPC h p=) ::
Look up packages that are installed, by whom (what modules) and where jump Look up packages that are installed, by whom (what modules) and where jump
to all the places it is being configured. to all the places it is being configured.
+ ~doom/info~ :: + ~doom/info~ ::