mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-20 12:51:13 +08:00
19 lines
361 B
JSON
19 lines
361 B
JSON
{
|
|
"$schema": "https://opencode.ai/tui.json",
|
|
"plugin": [
|
|
[
|
|
"./plugins/tui-smoke.tsx",
|
|
{
|
|
"enabled": false,
|
|
"label": "workspace",
|
|
"keybinds": {
|
|
"modal": "ctrl+alt+m",
|
|
"screen": "ctrl+alt+o",
|
|
"home": "escape,ctrl+shift+h",
|
|
"dialog_close": "escape,q"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|