chore: keep hjkl out of the footer, document it in the ? overlay

This commit is contained in:
bairon.dev
2026-07-01 02:39:41 -04:00
parent 6ba3e4292b
commit 7748c41cf7
2 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export const HELP_GROUPS: HelpGroup[] = [
// Footer labels stay terse so the contextual hint row never wraps; the `?`
// overlay (HELP_GROUPS) carries the full, descriptive list.
const NAVIGATE: Hint = { keys: "↑↓←→ hjkl", label: "Move" };
const NAVIGATE: Hint = { keys: "↑↓←→", label: "Move" };
const ALWAYS: Hint = { keys: "?", label: "Keys" };