summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src
diff options
context:
space:
mode:
authorRahul A Mistry <[email protected]>2026-01-21 00:33:20 +0530
committerGitHub <[email protected]>2026-01-20 13:03:20 -0600
commit281c9d18707f862f5d3a758306ae60ffaf058ce2 (patch)
tree9f5e04074a23a877df07ab4815f98ac519030659 /packages/app/src
parent80481c2247e98f2c01f43faf814d4d3611526862 (diff)
downloadopencode-281c9d18707f862f5d3a758306ae60ffaf058ce2.tar.gz
opencode-281c9d18707f862f5d3a758306ae60ffaf058ce2.zip
fix(app): change terminal.new keybind to ctrl+alt+t (#9670)
Diffstat (limited to 'packages/app/src')
-rw-r--r--packages/app/src/pages/session.tsx2
1 files changed, 1 insertions, 1 deletions
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(),
},
{