feat(tui): add help overlay shortcuts (F1/?) and update help UI and status messages

- Introduced a new “HELP & QUICK COMMANDS” section with bold header and shortcuts for toggling the help overlay and opening the files panel.
- Updated command help text to “Open the help overlay”.
- Extended onboarding and tutorial status lines to display the help shortcut.
- Modified help command handling to set the status to “Help” and clear errors.
This commit is contained in:
2025-10-13 22:09:52 +02:00
parent cc2b85a86d
commit 23253219a3
3 changed files with 16 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ const COMMANDS: &[CommandSpec] = &[
},
CommandSpec {
keyword: "help",
description: "Show help documentation",
description: "Open the help overlay",
},
CommandSpec {
keyword: "h",