mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-12 17:13:26 +00:00
fix(app): change terminal.new keybind to ctrl+alt+t (#9670)
This commit is contained in:
parent
80481c2247
commit
281c9d1870
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue