From 281c9d18707f862f5d3a758306ae60ffaf058ce2 Mon Sep 17 00:00:00 2001 From: Rahul A Mistry <149420892+ProdigyRahul@users.noreply.github.com> Date: Wed, 21 Jan 2026 00:33:20 +0530 Subject: [PATCH] fix(app): change terminal.new keybind to ctrl+alt+t (#9670) --- packages/app/src/pages/session.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/pages/session.tsx b/packages/app/src/pages/session.tsx index bfd1a3d45..7d6f31dc3 100644 --- a/packages/app/src/pages/session.tsx +++ b/packages/app/src/pages/session.tsx @@ -469,7 +469,7 @@ export default function Page() { title: "New terminal", description: "Create a new terminal tab", category: "Terminal", - keybind: "ctrl+shift+`", + keybind: "ctrl+alt+t", onSelect: () => terminal.new(), }, {