From 969035f4831dd085366057f03b812188a29a5f97 Mon Sep 17 00:00:00 2001 From: Ammar Date: Fri, 5 Dec 2025 14:53:13 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20feat:=20use=20monospace=20font?= =?UTF-8?q?=20in=20chat=20input=20when=20vim=20mode=20enabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Better visual indication for users that vim mode is active. The font switches from the default sans-serif to monospace when vim mode is enabled, regardless of whether in insert or normal mode. _Generated with mux_ --- src/browser/components/VimTextArea.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/browser/components/VimTextArea.tsx b/src/browser/components/VimTextArea.tsx index 2c4d4f7647..5fa635a0cb 100644 --- a/src/browser/components/VimTextArea.tsx +++ b/src/browser/components/VimTextArea.tsx @@ -250,7 +250,8 @@ export const VimTextArea = React.forwardRef