diff options
| author | Rahul A Mistry <[email protected]> | 2026-01-21 00:33:20 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-20 13:03:20 -0600 |
| commit | 281c9d18707f862f5d3a758306ae60ffaf058ce2 (patch) | |
| tree | 9f5e04074a23a877df07ab4815f98ac519030659 | |
| parent | 80481c2247e98f2c01f43faf814d4d3611526862 (diff) | |
| download | opencode-281c9d18707f862f5d3a758306ae60ffaf058ce2.tar.gz opencode-281c9d18707f862f5d3a758306ae60ffaf058ce2.zip | |
fix(app): change terminal.new keybind to ctrl+alt+t (#9670)
| -rw-r--r-- | packages/app/src/pages/session.tsx | 2 |
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(), }, { |
