diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-14 17:55:04 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-14 17:55:53 +0200 |
| commit | 41c026a706b1a3b8027f63938c4ad99af0ca9155 (patch) | |
| tree | cc0b137723f5b50f8045600f3bfd01ab581d5708 | |
| parent | db4242d3df5af87dbd5adbd2f90c245c5132bbc3 (diff) | |
menuconfig: Mention that jump-to has been generalized in docstring
Can jump to choices, menus, and comments now as well.
| -rwxr-xr-x | menuconfig.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/menuconfig.py b/menuconfig.py index 7b71637..52d0cbc 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -22,8 +22,8 @@ inspired by Vi: The mconf feature where pressing a key jumps to a menu entry with that character in it in the current menu isn't supported. A jump-to feature for -jumping directly to any symbol (including invisible symbols) is available -instead. +jumping directly to any symbol (including invisible symbols), choice, menu or +comment (as in a Kconfig 'comment "Foo"') is available instead. Space and Enter are "smart" and try to do what you'd expect for the given menu entry. |
