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