feat: recommend <space>e over <space>f

_
This commit is contained in:
Nik Revenco 2025-03-27 16:34:36 +00:00
parent 593504bb27
commit 603d95f5d3

View file

@ -124,8 +124,8 @@ impl EditorView {
" to choose a theme".into(),
],
[Left] vec![
Span::styled("<space>f", theme.get("markup.raw")),
" to open a file".into(),
Span::styled("<space>e", theme.get("markup.raw")),
" to open file explorer".into(),
],
[Left] vec![
Span::styled("<space>?", theme.get("markup.raw")),