From 55ef555f872725b9d85e62bebc096e2752e444e4 Mon Sep 17 00:00:00 2001 From: Nik Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Thu, 27 Mar 2025 16:38:50 +0000 Subject: [PATCH] feat: improve wording in start menu --- helix-term/src/ui/editor.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 7c8faffdc..3df7b37ab 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -116,30 +116,30 @@ impl EditorView { [Left] vec![ Span::styled(":tutor", theme.get("markup.raw")), Span::styled("", theme.get("comment")), - " to learn helix".into(), + " learn helix".into(), ], [Left] vec![ Span::styled(":theme", theme.get("markup.raw")), Span::styled("", theme.get("comment")), - " to choose a theme".into(), + " choose a theme".into(), ], [Left] vec![ Span::styled("e", theme.get("markup.raw")), - " to open file explorer".into(), + " file explorer".into(), ], [Left] vec![ Span::styled("?", theme.get("markup.raw")), - " to see all commands".into(), + " see all commands".into(), ], [Left] vec![ Span::styled(":config-open", theme.get("markup.raw")), Span::styled("", theme.get("comment")), - " to configure helix".into(), + " configure helix".into(), ], [Left] vec![ Span::styled(":quit", theme.get("markup.raw")), Span::styled("", theme.get("comment")), - " to exit helix".into(), + " quit helix".into(), ], [Left] "", [Center] vec![