From af9b097077e6c18882b9fd8acc499e0a7c444644 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 13 Aug 2025 22:33:51 +0200 Subject: [PATCH] fix: rename run_task command on home screen --- src/tui/home.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tui/home.zig b/src/tui/home.zig index 1c45c00..b1ffcdf 100644 --- a/src/tui/home.zig +++ b/src/tui/home.zig @@ -30,7 +30,7 @@ const style = struct { \\open_recent_project \\find_in_files \\open_command_palette - \\select_task + \\run_task \\add_task \\open_config \\open_gui_config @@ -48,7 +48,7 @@ const style = struct { \\open_recent_project \\find_in_files \\open_command_palette - \\select_task + \\run_task \\add_task \\open_config \\open_keybind_config