1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{ "$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" } } ] ] }