dotfiles/config/opencode/opencode.json (view raw)
| 1 | { |
| 2 | "$schema": "https://opencode.ai/config.json", |
| 3 | "autoupdate": true, |
| 4 | "theme": "tokyonight", |
| 5 | "keybinds": { |
| 6 | "leader": "ctrl+x", |
| 7 | "app_exit": "ctrl+c,ctrl+d,<leader>x", |
| 8 | "messages_half_page_down": "ctrl+d", |
| 9 | "messages_half_page_up": "ctrl+u", |
| 10 | "input_delete_to_line_start": "none", |
| 11 | "input_delete": "delete,shift+delete" |
| 12 | } |
| 13 | } |