mirror of
https://github.com/baairon/torlink.git
synced 2026-07-08 18:28:22 +02:00
chore: keep hjkl out of the footer, document it in the ? overlay
This commit is contained in:
+1
-1
@@ -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" };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user