summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/keybinds.mdx
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-10-03 13:46:56 -0400
committerJay V <[email protected]>2025-10-03 13:46:56 -0400
commit6378e6c06f3296ec8fdea13271c092e9830401ea (patch)
treed6528e50dc69ad9fef94be3f0bf9d97b3f5c0d14 /packages/web/src/content/docs/keybinds.mdx
parent4159db4549efd9d598543a8030ed1fe80e56b3a9 (diff)
downloadopencode-6378e6c06f3296ec8fdea13271c092e9830401ea.tar.gz
opencode-6378e6c06f3296ec8fdea13271c092e9830401ea.zip
docs: rename opencode to OpenCode
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`.