additional keybinds for opencode to better work with WSL / Win terminal

This commit is contained in:
Mathias Schneider
2026-04-09 11:32:28 +02:00
parent 0144b63a52
commit 79d98702eb
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"input_submit": "return",
"input_newline": "shift+return,alt+return"
}
}