feat: add tip to use `tab` to select theme

pull/13197/head
Nik Revenco 2025-05-21 16:34:06 +01:00
parent 1288b72b32
commit fdcbc4e594
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,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("<space><tab>", theme.get("comment")),
" choose a theme".into(), " choose a theme".into(),
], ],
[Left] vec![ [Left] vec![