feat: update dashboard

pull/13197/head
Nik Revenco 2025-03-26 13:34:20 +00:00
parent 5640161e38
commit 810ac6023e
1 changed files with 20 additions and 3 deletions

View File

@ -129,6 +129,23 @@ impl EditorView {
Span::styled("<space>f", theme.get("markup.raw")),
" to open a file".into(),
],
[Left] vec![
"type ".into(),
Span::styled("<space>?", theme.get("markup.raw")),
" to see all commands".into(),
],
[Left] vec![
"type ".into(),
Span::styled(":config-open", theme.get("markup.raw")),
Span::styled("<enter>", theme.get("comment")),
" to configure helix".into(),
],
[Left] vec![
"type ".into(),
Span::styled(":quit", theme.get("markup.raw")),
Span::styled("<enter>", theme.get("comment")),
" to exit helix".into(),
],
[Left] "",
[Center] vec![
Span::styled("docs: ", theme.get("ui.text")),