浏览代码

chore: generate

opencode-agent[bot] 2 周之前
父节点
当前提交
650d0dbe54
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/opencode/specs/v2.md

+ 2 - 1
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 }