From fdcbc4e594ccc29f5e534c6bed1d40cca72e8fdd Mon Sep 17 00:00:00 2001 From: Nik Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Wed, 21 May 2025 16:34:06 +0100 Subject: [PATCH] feat: add tip to use `tab` to select theme --- helix-term/src/ui/editor.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 5e030842a..b8080b507 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -190,8 +190,8 @@ impl EditorView { ], [Left] vec![ Span::styled(":theme", theme.get("markup.raw")), - Span::styled("", theme.get("comment")), - " choose a theme".into(), + Span::styled("", theme.get("comment")), + " choose a theme".into(), ], [Left] vec![ Span::styled("e", theme.get("markup.raw")),