mirror of https://github.com/helix-editor/helix
feat: remove tip about `:config-open`
parent
fdcbc4e594
commit
59b3fbbb2c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue