From 59b3fbbb2c9957bf5860c1497c41d7243a4c65ec Mon Sep 17 00:00:00 2001 From: Nik Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Wed, 21 May 2025 20:05:25 +0100 Subject: [PATCH] feat: remove tip about `:config-open` --- helix-term/src/ui/editor.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index b8080b507..f15e1a3ef 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -201,11 +201,6 @@ impl EditorView { Span::styled("?", theme.get("markup.raw")), " see all commands".into(), ], - [Left] vec![ - Span::styled(":config-open", theme.get("markup.raw")), - Span::styled("", theme.get("comment")), - " configure helix".into(), - ], [Left] vec![ Span::styled(":quit", theme.get("markup.raw")), Span::styled("", theme.get("comment")), @@ -216,6 +211,7 @@ impl EditorView { Span::styled("docs: ", theme.get("ui.text")), Span::styled("docs.helix-editor.com", theme.get("markup.link.url")), ], + [Left] "", }; // how many total lines there are in the welcome screen