diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 4136aa739..7c8faffdc 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -124,8 +124,8 @@ impl EditorView { " to choose a theme".into(), ], [Left] vec![ - Span::styled("f", theme.get("markup.raw")), - " to open a file".into(), + Span::styled("e", theme.get("markup.raw")), + " to open file explorer".into(), ], [Left] vec![ Span::styled("?", theme.get("markup.raw")),