mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Fix key-bindings.md example (#11415)
Fixed obselete command name in keymap example. From "zed::OpenKeyMap" to "zed::OpenKeymap". Release Notes: - N/A
This commit is contained in:
parent
2e8197ce6e
commit
bc292186cd
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user