Commit 45a7371d authored by Jesse Taube's avatar Jesse Taube Committed by Masahiro Yamada

docs: kbuild: Document search jump feature

Menuconfig has a feature where you can "press the key in the (#) prefix
to jump directly to that location. You will be returned to the current
search results after exiting this new menu."

This feature is poorly documented,
so add it to the kconfig.rst documentation.
Signed-off-by: default avatarJesse Taube <Mr.Bossman075@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 1ba67cd3
...@@ -210,6 +210,10 @@ Searching in menuconfig: ...@@ -210,6 +210,10 @@ Searching in menuconfig:
first (and in alphabetical order), then come all other symbols, first (and in alphabetical order), then come all other symbols,
sorted in alphabetical order. sorted in alphabetical order.
In this menu, pressing the key in the (#) prefix will jump
directly to that location. You will be returned to the current
search results after exiting this new menu.
---------------------------------------------------------------------- ----------------------------------------------------------------------
User interface options for 'menuconfig' User interface options for 'menuconfig'
...@@ -262,6 +266,10 @@ Searching in nconfig: ...@@ -262,6 +266,10 @@ Searching in nconfig:
F8 (SymSearch) searches the configuration symbols for the F8 (SymSearch) searches the configuration symbols for the
given string or regular expression (regex). given string or regular expression (regex).
In the SymSearch, pressing the key in the (#) prefix will
jump directly to that location. You will be returned to the
current search results after exiting this new menu.
NCONFIG_MODE NCONFIG_MODE
------------ ------------
This mode shows all sub-menus in one large tree. This mode shows all sub-menus in one large tree.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment