Compare commits

..

2 Commits

Author SHA1 Message Date
Nik Revenco b1c2ca5021 fix: replace `<tab>` with `<space>` 2025-05-09 17:29:23 +01:00
Nik Revenco 1c3efb9160 fix: remove `<tab>` hint 2025-05-09 17:28:52 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -123,8 +123,8 @@ impl EditorView {
], ],
[Left] vec![ [Left] vec![
Span::styled(":theme", theme.get("markup.raw")), Span::styled(":theme", theme.get("markup.raw")),
Span::styled("<tab>", theme.get("comment")), Span::styled("<space>", 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")),