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