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