tui.json 438 B

12345678910111213141516171819
  1. {
  2. "$schema": "https://opencode.ai/tui.json",
  3. "plugin": [
  4. [
  5. "./plugins/tui-smoke.tsx",
  6. {
  7. "enabled": false,
  8. "label": "workspace",
  9. "keybinds": {
  10. "smoke_modal": "ctrl+alt+m",
  11. "smoke_screen": "ctrl+alt+o",
  12. "smoke_screen_home": "escape,ctrl+shift+h",
  13. "smoke_screen_modal": "ctrl+alt+m",
  14. "smoke_dialog_close": "escape,q"
  15. }
  16. }
  17. ]
  18. ]
  19. }