summaryrefslogtreecommitdiffhomepage
path: root/.opencode/tui.json
diff options
context:
space:
mode:
Diffstat (limited to '.opencode/tui.json')
-rw-r--r--.opencode/tui.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/.opencode/tui.json b/.opencode/tui.json
new file mode 100644
index 000000000..f228c2088
--- /dev/null
+++ b/.opencode/tui.json
@@ -0,0 +1,19 @@
+{
+ "$schema": "https://opencode.ai/tui.json",
+ "theme": "smoke-theme",
+ "plugin": [
+ [
+ "./plugins/tui-smoke.tsx",
+ {
+ "enabled": false,
+ "label": "workspace",
+ "keybinds": {
+ "modal": "ctrl+alt+m",
+ "screen": "ctrl+alt+o",
+ "home": "escape,ctrl+shift+h",
+ "dialog_close": "escape,q"
+ }
+ }
+ ]
+ ]
+}