mirror of https://github.com/helix-editor/helix
Compare commits
2 Commits
13df887cca
...
b1c2ca5021
Author | SHA1 | Date |
---|---|---|
|
b1c2ca5021 | |
|
1c3efb9160 |
|
@ -123,7 +123,7 @@ impl EditorView {
|
||||||
],
|
],
|
||||||
[Left] vec![
|
[Left] vec![
|
||||||
Span::styled(":theme", theme.get("markup.raw")),
|
Span::styled(":theme", theme.get("markup.raw")),
|
||||||
Span::styled("<tab>", theme.get("comment")),
|
Span::styled("<space>", theme.get("comment")),
|
||||||
" choose a theme".into(),
|
" choose a theme".into(),
|
||||||
],
|
],
|
||||||
[Left] vec![
|
[Left] vec![
|
||||||
|
|
Loading…
Reference in New Issue