From b29d89d7f1b3f4c34cd81c1d68fff48fb1a334e5 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:43 +0000 Subject: [PATCH] =?UTF-8?q?=C2=A9=EF=B8=8F=20schema.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/keybindings/schema.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keybindings/schema.ts b/src/keybindings/schema.ts index 3e61d63..aaf5c36 100644 --- a/src/keybindings/schema.ts +++ b/src/keybindings/schema.ts @@ -234,3 +234,4 @@ export const KeybindingsSchema = lazySchema(() => export type KeybindingsSchemaType = z.infer< ReturnType > +