mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 22:34:13 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ A few examples:
|
||||||
|
|
||||||
```
|
```
|
||||||
"bindings": {
|
"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
|
"space e": "editor::Complete", // type space then e
|
||||||
"ç": "editor::Complete", // matches ⌥-c
|
"ç": "editor::Complete", // matches ⌥-c
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue