summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/keybinds.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/keybinds.mdx')
-rw-r--r--packages/web/src/content/docs/keybinds.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/keybinds.mdx b/packages/web/src/content/docs/keybinds.mdx
index 6fd6148e1..dc47166b4 100644
--- a/packages/web/src/content/docs/keybinds.mdx
+++ b/packages/web/src/content/docs/keybinds.mdx
@@ -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`.