opencode config update

This commit is contained in:
David Chen 2026-03-25 12:19:01 -07:00
parent aece9ae379
commit cd9c92b1c2
2 changed files with 14 additions and 66 deletions

10
opencode/tui.json Normal file
View file

@ -0,0 +1,10 @@
{
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"messages_half_page_up": "ctrl+alt+u",
"messages_half_page_down": "ctrl+alt+e",
"messages_line_down": "none",
"messages_line_up": "none",
"model_cycle_favorite": "<leader>f"
}
}