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