mirror of https://github.com/helix-editor/helix
feat: add tip to use `tab` to select theme
parent
1288b72b32
commit
fdcbc4e594
|
@ -190,8 +190,8 @@ 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("<space><tab>", theme.get("comment")),
|
||||||
" choose a theme".into(),
|
" 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