mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-13 15:44:56 +00:00
20 lines
438 B
JSON
20 lines
438 B
JSON
{
|
|
"$schema": "https://opencode.ai/tui.json",
|
|
"plugin": [
|
|
[
|
|
"./plugins/tui-smoke.tsx",
|
|
{
|
|
"enabled": false,
|
|
"label": "workspace",
|
|
"keybinds": {
|
|
"smoke_modal": "ctrl+alt+m",
|
|
"smoke_screen": "ctrl+alt+o",
|
|
"smoke_screen_home": "escape,ctrl+shift+h",
|
|
"smoke_screen_modal": "ctrl+alt+m",
|
|
"smoke_dialog_close": "escape,q"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|