docs: Add missing base_keymap
option in configuring-zed.md
(#18190)
Added `base_keymap`, an option that works in the editor but is missing from the documentation. Release Notes: - N/A
This commit is contained in:
parent
e7fcf83ce8
commit
37c93d8fea
2 changed files with 61 additions and 3 deletions
|
@ -15,9 +15,11 @@
|
|||
// text editor:
|
||||
//
|
||||
// 1. "VSCode"
|
||||
// 2. "JetBrains"
|
||||
// 3. "SublimeText"
|
||||
// 4. "Atom"
|
||||
// 2. "Atom"
|
||||
// 3. "JetBrains"
|
||||
// 4. "None"
|
||||
// 5. "SublimeText"
|
||||
// 6. "TextMate"
|
||||
"base_keymap": "VSCode",
|
||||
// Features that can be globally enabled or disabled
|
||||
"features": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue