mirror of https://github.com/helix-editor/helix
parent
593504bb27
commit
603d95f5d3
|
@ -124,8 +124,8 @@ impl EditorView {
|
||||||
" to choose a theme".into(),
|
" to choose a theme".into(),
|
||||||
],
|
],
|
||||||
[Left] vec![
|
[Left] vec![
|
||||||
Span::styled("<space>f", theme.get("markup.raw")),
|
Span::styled("<space>e", theme.get("markup.raw")),
|
||||||
" to open a file".into(),
|
" to open file explorer".into(),
|
||||||
],
|
],
|
||||||
[Left] vec![
|
[Left] vec![
|
||||||
Span::styled("<space>?", theme.get("markup.raw")),
|
Span::styled("<space>?", theme.get("markup.raw")),
|
||||||
|
|
Loading…
Reference in New Issue