tui.json 361 B

123456789101112131415161718
  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. "modal": "ctrl+alt+m",
  11. "screen": "ctrl+alt+o",
  12. "home": "escape,ctrl+shift+h",
  13. "dialog_close": "escape,q"
  14. }
  15. }
  16. ]
  17. ]
  18. }