Skip to content

Commit 650d0db

Browse files
chore: generate
1 parent a5ec741 commit 650d0db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/opencode/specs

packages/opencode/specs/v2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
What we would change if we could
44

55
## Keybindings vs. Keymappings
6-
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
6+
7+
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
78

89
```ts
910
{ key: "ctrl+w", cmd: string | function, description }

0 commit comments

Comments
 (0)