@@ -60,11 +60,11 @@ Like color themes, icon themes support separate light and dark variants:
Zed uses three font settings for different contexts:
-| Setting | Used for |-| ---------------------- | ------------------ |-| `buffer_font_family` | Editor text |-| `ui_font_family` | Interface elements |-| `terminal.font_family` | [Terminal](./terminal.md) |
+| Setting | Used for |
+| ---------------------- | ------------------------- |
+| `buffer_font_family` | Editor text |
+| `ui_font_family` | Interface elements |
+| `terminal.font_family` | [Terminal](./terminal.md) |
Example configuration:
@@ -18,14 +18,14 @@ Or use `Cmd+O` (macOS) / `Ctrl+O` (Linux/Windows) to open a folder from within Z
### 2. Learn the Essential Commands
-| Action | macOS | Linux/Windows |-| --------------------- | --------------- | ---------------- |-| Command palette | `Cmd+Shift+P` | `Ctrl+Shift+P` |-| Go to file | `Cmd+P` | `Ctrl+P` |-| Go to symbol | `Cmd+Shift+O` | `Ctrl+Shift+O` |-| Find in project | `Cmd+Shift+F` | `Ctrl+Shift+F` |-| Toggle terminal | `` Ctrl+` `` | `` Ctrl+` `` |-| Open settings | `Cmd+,` | `Ctrl+,` |
+| Action | macOS | Linux/Windows |
+| --------------- | ------------- | -------------- |
+| Command palette | `Cmd+Shift+P` | `Ctrl+Shift+P` |
+| Go to file | `Cmd+P` | `Ctrl+P` |
+| Go to symbol | `Cmd+Shift+O` | `Ctrl+Shift+O` |
+| Find in project | `Cmd+Shift+F` | `Ctrl+Shift+F` |
+| Toggle terminal | `` Ctrl+` `` | `` Ctrl+` `` |
+| Open settings | `Cmd+,` | `Ctrl+,` |
The command palette (`Cmd+Shift+P`) is your gateway to every action in Zed. If you forget a shortcut, search for it there.
@@ -71,6 +71,7 @@ You can also enable familiar keybindings:
- **Helix**: Enable `helix_mode` in settings. See [Helix Mode](./helix.md).
## Join the Community
+
Zed is proudly open source, and we get better with every contribution. Join us on GitHub or in Discord to contribute code, report bugs, or suggest features.
- [Discord](https://discord.com/invite/zedindustries)