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

_
pull/13197/head
Nik Revenco 2025-03-27 16:34:36 +00:00
parent 593504bb27
commit 603d95f5d3
1 changed files with 2 additions and 2 deletions

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")),