From 93e0ab28ee95cdabaabee6017d1faa1b9f062ccf 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 bfd1a3d455..7d6f31dc36 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(), }, {