fix: mark missing commands on home screen as work-in-progress
This commit is contained in:
parent
71005db0da
commit
d51895248d
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ fn render_hints(self: *Self, style_base: Widget.Theme.Style, style_text: Widget.
|
||||||
const hint_text: [:0]const u8 =
|
const hint_text: [:0]const u8 =
|
||||||
\\Help ······················· :F1 / C-?
|
\\Help ······················· :F1 / C-?
|
||||||
\\Open file ·················· :C-o
|
\\Open file ·················· :C-o
|
||||||
\\Open recent file ··········· :C-e / C-r
|
\\Open recent file ··(wip)···· :C-e / C-r
|
||||||
\\Show/Run commands ·········· :C-p / C-S-p
|
\\Show/Run commands ·(wip)···· :C-p / C-S-p
|
||||||
\\Open config file ··········· :F6
|
\\Open config file ··········· :F6
|
||||||
\\Quit/Close ················· :C-q, C-w
|
\\Quit/Close ················· :C-q, C-w
|
||||||
\\
|
\\
|
||||||
|
|
Loading…
Add table
Reference in a new issue