summaryrefslogtreecommitdiffhomepage
path: root/.opencode/tui.json
diff options
context:
space:
mode:
authorSebastian <[email protected]>2026-03-27 15:00:26 +0100
committerGitHub <[email protected]>2026-03-27 15:00:26 +0100
commit6274b0677c1c65815c525b9b199f1ce5c6fb97fc (patch)
tree399fdba174e350c2f86c2deba047ac8b17ce43bf /.opencode/tui.json
parentd8ad8338f5311ac6692ebc362d28389e028f6aad (diff)
downloadopencode-6274b0677c1c65815c525b9b199f1ce5c6fb97fc.tar.gz
opencode-6274b0677c1c65815c525b9b199f1ce5c6fb97fc.zip
tui plugins (#19347)
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"
+ }
+ }
+ ]
+ ]
+}