mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
docs: Fix keybinding display in /configuring-zed (#41402)
Release Notes: - N/A
This commit is contained in:
parent
4cc6d6a398
commit
d31194dcf8
2 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ In addition to the settings described here, you may also want to change your [th
|
|||
You can browse through many of the supported settings via the Settings Editor, which can be opened with the {#kb zed::OpenSettings} keybinding, or through the `zed: open settings` action in the command palette. Through it, you can customize your local, user settings as well as project settings.
|
||||
|
||||
> Note that not all settings that Zed supports are available through the Settings Editor yet.
|
||||
> Some more intricate ones, such as language formatters, can only be changed through the JSON settings file {#kb: zed::OpenSettingsFile}.
|
||||
> Some more intricate ones, such as language formatters, can only be changed through the JSON settings file {#kb zed::OpenSettingsFile}.
|
||||
|
||||
## User Settings File
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ Zed supports the follow macOS releases:
|
|||
|
||||
The macOS releases labelled "Partially Supported" (Big Sur and Catalina) do not support screen sharing via Zed Collaboration. These features use the [LiveKit SDK](https://livekit.io) which relies upon [ScreenCaptureKit.framework](https://developer.apple.com/documentation/screencapturekit/) only available on macOS 12 (Monterey) and newer.
|
||||
|
||||
**Mac Hardware**
|
||||
#### Mac Hardware
|
||||
|
||||
Zed supports machines with Intel (x86_64) or Apple (aarch64) processors that meet the above macOS requirements:
|
||||
|
||||
|
|
@ -90,7 +90,7 @@ Zed supports the follow Windows releases:
|
|||
| Windows 11 (all releases) | Supported | Supported |
|
||||
| Windows 10 (64-bit) | Supported | Supported |
|
||||
|
||||
**Windows Hardware**
|
||||
#### Windows Hardware
|
||||
|
||||
Zed supports machines with Intel or AMD 64-bit (x86_64) processors that meet the above Windows requirements:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue