fix: remove `<tab>` hint

pull/13197/head
Nik Revenco 2025-05-09 17:28:52 +01:00
parent 13df887cca
commit 1c3efb9160
1 changed files with 1 additions and 2 deletions

View File

@ -123,8 +123,7 @@ impl EditorView {
],
[Left] vec![
Span::styled(":theme", theme.get("markup.raw")),
Span::styled("<tab>", theme.get("comment")),
" choose a theme".into(),
" choose a theme".into(),
],
[Left] vec![
Span::styled("<space>e", theme.get("markup.raw")),