We need a help overlay triggered by ? that displays all available keybindings and commands. This is essential for discoverability — most TUI applications provide this, and new users (or returning users) shouldn't have to check the README to find controls.
The overlay should render similarly to the detail panel, listing keybindings and commands in a readable two-column layout. Pressing ? or Esc should dismiss it.
We need a help overlay triggered by
?that displays all available keybindings and commands. This is essential for discoverability — most TUI applications provide this, and new users (or returning users) shouldn't have to check the README to find controls.The overlay should render similarly to the detail panel, listing keybindings and commands in a readable two-column layout. Pressing
?orEscshould dismiss it.