refactor(terminal): add terminal to home screen menu

This commit is contained in:
CJ van den Berg 2026-02-26 20:54:06 +01:00
parent 519d8dd886
commit 424fd3efc3
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 5 additions and 2 deletions

View file

@ -34,6 +34,7 @@ const style = struct {
\\open_recent_project
\\find_in_files
\\open_command_palette
\\focus_terminal
\\run_task
\\add_task
\\open_config
@ -52,6 +53,7 @@ const style = struct {
\\open_recent_project
\\find_in_files
\\open_command_palette
\\focus_terminal
\\run_task
\\add_task
\\open_config

View file

@ -1014,7 +1014,7 @@ const cmds = struct {
vt.focus();
}
}
pub const focus_terminal_meta: Meta = .{ .description = "Focus terminal panel" };
pub const focus_terminal_meta: Meta = .{ .description = "Terminal" };
pub fn close_find_in_files_results(self: *Self, _: Ctx) Result {
if (self.file_list_type == .find_in_files)