mirror of https://github.com/helix-editor/helix
fix: remove `<tab>` hint
parent
13df887cca
commit
1c3efb9160
|
@ -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")),
|
||||
|
|
Loading…
Reference in New Issue