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![
|
||||
Span::styled(":theme", theme.get("markup.raw")),
|
||||
Span::styled("<space>", theme.get("comment")),
|
||||
" choose a theme".into(),
|
||||
Span::styled("<space><tab>", theme.get("comment")),
|
||||
" choose a theme".into(),
|
||||
],
|
||||
[Left] vec![
|
||||
Span::styled("<space>e", theme.get("markup.raw")),
|
||||
|
|
Loading…
Reference in New Issue