mirror of https://github.com/helix-editor/helix
fix: remove `<tab>` hint
parent
13df887cca
commit
1c3efb9160
|
@ -123,7 +123,6 @@ 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")),
|
|
||||||
" choose a theme".into(),
|
" choose a theme".into(),
|
||||||
],
|
],
|
||||||
[Left] vec![
|
[Left] vec![
|
||||||
|
|
Loading…
Reference in New Issue