feat: remove tip about `:config-open`

pull/13197/head
Nik Revenco 2025-05-21 20:05:25 +01:00
parent fdcbc4e594
commit 59b3fbbb2c
1 changed files with 1 additions and 5 deletions

View File

@ -201,11 +201,6 @@ impl EditorView {
Span::styled("<space>?", theme.get("markup.raw")),
" see all commands".into(),
],
[Left] vec![
Span::styled(":config-open", theme.get("markup.raw")),
Span::styled("<enter>", theme.get("comment")),
" configure helix".into(),
],
[Left] vec![
Span::styled(":quit", theme.get("markup.raw")),
Span::styled("<enter>", 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