docs/src/key-bindings.md ๐
@@ -61,7 +61,7 @@ A few examples:
```
"bindings": {
- "cmd-k cmd-s": "zed::OpenKeyMap", // matches โ-k then โ-s
+ "cmd-k cmd-s": "zed::OpenKeymap", // matches โ-k then โ-s
"space e": "editor::Complete", // type space then e
"รง": "editor::Complete", // matches โฅ-c
}