{ "$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" } } } } ] ] }