From 95188525971788a4242df34145f50c987fcceb9a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 17 Jul 2020 17:31:11 -0400 Subject: [PATCH] docs/getting_started: update help keybinds Closes #3580 Co-authored-by: Logan Barnett --- docs/getting_started.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/getting_started.org b/docs/getting_started.org index 82dc2d444..716837796 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -1309,15 +1309,15 @@ You can also evaluate code with ~eval-expression~ (=M-;= or =SPC ;=). *** TODO For Doom Modules, packages, autodefs, etc. + ~doom/open-news~ (=SPC h n=) :: ... -+ ~doom/open-manual~ (=SPC h D=) :: - ... -+ ~doom/describe-module~ (=SPC h d=) :: ++ ~doom/help~ (=SPC h d h=) :: + Open the index of Doom's manual. ++ ~doom/help-modules~ (=SPC h d=) :: 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 functions that are always defined, whether or not their containing modules 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 to all the places it is being configured. + ~doom/info~ ::