mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-13 23:52:06 +00:00
28 lines
641 B
JSON
28 lines
641 B
JSON
{
|
|
"$schema": "https://opencode.ai/tui.json",
|
|
"plugin": [
|
|
[
|
|
"./plugins/tui-smoke.tsx",
|
|
{
|
|
"enabled": false,
|
|
"label": "workspace",
|
|
"keymap": {
|
|
"sections": {
|
|
"global": {
|
|
"plugin.smoke.modal": "ctrl+alt+m",
|
|
"plugin.smoke.screen": "ctrl+alt+o"
|
|
},
|
|
"screen": {
|
|
"plugin.smoke.screen.home": "escape,ctrl+shift+h",
|
|
"plugin.smoke.screen.modal": "ctrl+alt+m"
|
|
},
|
|
"dialog": {
|
|
"plugin.smoke.dialog.close": "escape,q"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|