mirror of https://github.com/helix-editor/helix
feat: update dashboard
parent
5640161e38
commit
810ac6023e
|
@ -129,6 +129,23 @@ impl EditorView {
|
||||||
Span::styled("<space>f", theme.get("markup.raw")),
|
Span::styled("<space>f", theme.get("markup.raw")),
|
||||||
" to open a file".into(),
|
" to open a file".into(),
|
||||||
],
|
],
|
||||||
|
[Left] vec![
|
||||||
|
"type ".into(),
|
||||||
|
Span::styled("<space>?", theme.get("markup.raw")),
|
||||||
|
" to see all commands".into(),
|
||||||
|
],
|
||||||
|
[Left] vec![
|
||||||
|
"type ".into(),
|
||||||
|
Span::styled(":config-open", theme.get("markup.raw")),
|
||||||
|
Span::styled("<enter>", theme.get("comment")),
|
||||||
|
" to configure helix".into(),
|
||||||
|
],
|
||||||
|
[Left] vec![
|
||||||
|
"type ".into(),
|
||||||
|
Span::styled(":quit", theme.get("markup.raw")),
|
||||||
|
Span::styled("<enter>", theme.get("comment")),
|
||||||
|
" to exit helix".into(),
|
||||||
|
],
|
||||||
[Left] "",
|
[Left] "",
|
||||||
[Center] vec![
|
[Center] vec![
|
||||||
Span::styled("docs: ", theme.get("ui.text")),
|
Span::styled("docs: ", theme.get("ui.text")),
|
||||||
|
|
Loading…
Reference in New Issue