style: Simplify help text for question mark key
This commit is contained in:
parent
6c44fcea82
commit
9687b93326
2
gtm
2
gtm
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue