From 79d98702eb010a84dfa44abc28eb897eb2cc6604 Mon Sep 17 00:00:00 2001 From: Mathias Schneider Date: Thu, 9 Apr 2026 11:32:28 +0200 Subject: [PATCH] additional keybinds for opencode to better work with WSL / Win terminal --- term/.config/opencode/tui.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 term/.config/opencode/tui.json diff --git a/term/.config/opencode/tui.json b/term/.config/opencode/tui.json new file mode 100644 index 0000000..5d5e19b --- /dev/null +++ b/term/.config/opencode/tui.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://opencode.ai/tui.json", + "keybinds": { + "input_submit": "return", + "input_newline": "shift+return,alt+return" + } +}