mirror of https://github.com/helix-editor/helix
fix: replace `<tab>` with `<space>`
parent
1c3efb9160
commit
b1c2ca5021
|
@ -123,7 +123,8 @@ impl EditorView {
|
||||||
],
|
],
|
||||||
[Left] vec![
|
[Left] vec![
|
||||||
Span::styled(":theme", theme.get("markup.raw")),
|
Span::styled(":theme", theme.get("markup.raw")),
|
||||||
" choose a theme".into(),
|
Span::styled("<space>", theme.get("comment")),
|
||||||
|
" choose a theme".into(),
|
||||||
],
|
],
|
||||||
[Left] vec![
|
[Left] vec![
|
||||||
Span::styled("<space>e", theme.get("markup.raw")),
|
Span::styled("<space>e", theme.get("markup.raw")),
|
||||||
|
|
Loading…
Reference in New Issue