feat: recommend <space>e over <space>f
_
This commit is contained in:
parent
593504bb27
commit
603d95f5d3
1 changed files with 2 additions and 2 deletions
|
@ -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")),
|
||||
|
|
Loading…
Add table
Reference in a new issue