mirror of https://github.com/helix-editor/helix
Compare commits
No commits in common. "b1c2ca50214660bd4d86dd58272c262cac7fd1dd" and "13df887cca37fee105846551c20ebdb1be2d7b3b" have entirely different histories.
b1c2ca5021
...
13df887cca
|
@ -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("<space>", theme.get("comment")),
|
Span::styled("<tab>", theme.get("comment")),
|
||||||
" choose a theme".into(),
|
" choose a theme".into(),
|
||||||
],
|
],
|
||||||
[Left] vec![
|
[Left] vec![
|
||||||
|
|
Loading…
Reference in New Issue