From 810ac6023e894573ea723eda2cb3f50cb5c31753 Mon Sep 17 00:00:00 2001 From: Nik Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:34:20 +0000 Subject: [PATCH] feat: update dashboard --- helix-term/src/ui/editor.rs | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index dd41d97d5..f892fd94a 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -117,17 +117,34 @@ impl EditorView { "type ".into(), Span::styled(":tutor", theme.get("markup.raw")), Span::styled("", theme.get("comment")), - " to learn helix".into(), + " to learn helix".into(), ], [Left] vec![ "type ".into(), Span::styled(":theme", theme.get("markup.raw")), - " to choose a color scheme".into(), + " to choose a color scheme".into(), ], [Left] vec![ "type ".into(), Span::styled("f", theme.get("markup.raw")), - " to open a file".into(), + " to open a file".into(), + ], + [Left] vec![ + "type ".into(), + Span::styled("?", theme.get("markup.raw")), + " to see all commands".into(), + ], + [Left] vec![ + "type ".into(), + Span::styled(":config-open", theme.get("markup.raw")), + Span::styled("", theme.get("comment")), + " to configure helix".into(), + ], + [Left] vec![ + "type ".into(), + Span::styled(":quit", theme.get("markup.raw")), + Span::styled("", theme.get("comment")), + " to exit helix".into(), ], [Left] "", [Center] vec![