docs: rename opencode to OpenCode

This commit is contained in:
Jay V
2025-10-03 13:46:56 -04:00
parent 4159db4549
commit 6378e6c06f
19 changed files with 133 additions and 133 deletions

View File

@@ -3,7 +3,7 @@ title: Keybinds
description: Customize your keybinds.
---
opencode has a list of keybinds that you can customize through the opencode config.
OpenCode has a list of keybinds that you can customize through the OpenCode config.
```json title="opencode.json"
{
@@ -53,7 +53,7 @@ opencode has a list of keybinds that you can customize through the opencode conf
## Leader key
opencode uses a `leader` key for most keybinds. This avoids conflicts in your terminal.
OpenCode uses a `leader` key for most keybinds. This avoids conflicts in your terminal.
By default, `ctrl+x` is the leader key and most actions require you to first press the leader key and then the shortcut. For example, to start a new session you first press `ctrl+x` and then press `n`.