fix(config_help): use --pattern for section jump; correct ov nav keys

--jump-target does not work reliably on piped stdin. Replace with
--pattern which positions ov at the first occurrence of the keyword
(works like less +/pattern) and keeps the match highlighted so the
user can press n/N to navigate further occurrences.

Also correct the section navigation keys in the offline manual:
  Space = next section  (not '.')
  ^     = previous section  (not ',')
  Alt+u = section list sidebar
This commit is contained in:
2026-06-06 03:29:14 -04:00
parent 1a752c4c87
commit 490834e6f9
2 changed files with 30 additions and 13 deletions
+10 -1
View File
@@ -1216,7 +1216,16 @@ calls fisher update as its first step.
config_help
ov renders the Markdown with syntax highlighting and section-based
navigation. Use , and . to jump between sections. Press / to search.
navigation.
Space next section
^ previous section
Alt+u toggle section list sidebar
/ search forward
n / N next / previous search match
g go to line number
j interactive jump target (line, %, or 'section')
q quit
## With bat