From 01d698ca6d4a8e7c855d2b09bced5965203fc738 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 5 Dec 2024 20:24:10 +0100 Subject: [PATCH] feat: add toggle_input_mode command to home screen menu --- src/tui/home.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tui/home.zig b/src/tui/home.zig index 57237b1..4fd75eb 100644 --- a/src/tui/home.zig +++ b/src/tui/home.zig @@ -33,6 +33,7 @@ const menu_commands = &[_][]const u8{ "open_command_palette", "open_config", "open_keybind_config", + "toggle_input_mode", "change_theme", "quit", };