docs: Format docs (#15352)

This PR formats the rest of the docs' source files.

I'll follow up with a CI check to ensure they stay formatted.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-27 14:52:21 -04:00 committed by GitHub
parent 53a3d6424f
commit 3a44a59f8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 85 additions and 79 deletions

View file

@ -52,7 +52,7 @@ The Command Palette allows you to access pretty much any functionality that's av
Try it! Open the Command Palette and type in `new file`. You should see the list of commands being filtered down to `workspace: new file`. Hit return and you end up with a new buffer!
Any time you see instructions that include commands of the form `zed: ...` or `editor: ...` and so on that means you need to execute them in the Command Palette.
Any time you see instructions that include commands of the form `zed: ...` or `editor: ...` and so on that means you need to execute them in the Command Palette.
## Configure Zed
@ -66,4 +66,4 @@ On Linux, you can access the default configuration via the Command Palette. Open
On macOS, you can access the default key binding set using the `Zed > Settings > Open Default Key Bindings` menu item. Use `⌘` + `K`, `⌘` + `S` to open your custom keymap to add your key bindings. See Key Bindings for more info.
On Linux, you can access the default key bindings via the Command Palette. Open it with `ctrl-shift-p` and type in `zed: open default keymap` and then hit return.
On Linux, you can access the default key bindings via the Command Palette. Open it with `ctrl-shift-p` and type in `zed: open default keymap` and then hit return.