summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/opencode/specs/v2.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/opencode/specs/v2.md b/packages/opencode/specs/v2.md
index 55d0f0267..66b4d2dea 100644
--- a/packages/opencode/specs/v2.md
+++ b/packages/opencode/specs/v2.md
@@ -3,7 +3,8 @@
What we would change if we could
## Keybindings vs. Keymappings
-Make it `keymappings`, closer to neovim. Can be layered like `<leader>abc`. Commands don't define their binding, but have an id that a key can be mapped to like
+
+Make it `keymappings`, closer to neovim. Can be layered like `<leader>abc`. Commands don't define their binding, but have an id that a key can be mapped to like
```ts
{ key: "ctrl+w", cmd: string | function, description }