style: Simplify help text for question mark key

This commit is contained in:
n loewen 2025-06-08 02:43:59 +01:00 committed by n loewen (aider)
parent 6c44fcea82
commit 9687b93326
1 changed files with 1 additions and 1 deletions

2
gtm
View File

@ -724,7 +724,7 @@ def draw_help_popup(stdscr, state):
("w", "Toggle line wrapping"), ("w", "Toggle line wrapping"),
("L", "Toggle line numbers"), ("L", "Toggle line numbers"),
("q / Esc", "Quit"), ("q / Esc", "Quit"),
("? (question mark)", "Show/hide this help") ("?", "Show/hide this help")
] ]
# Draw help content # Draw help content