From 41c026a706b1a3b8027f63938c4ad99af0ca9155 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 14 Oct 2018 17:55:04 +0200 Subject: menuconfig: Mention that jump-to has been generalized in docstring Can jump to choices, menus, and comments now as well. --- menuconfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'menuconfig.py') 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. -- cgit v1.2.3