File size: 438 Bytes
251a574
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "$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"
        }
      }
    ]
  ]
}