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,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")),