tui.json 404 B

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