1234567891011121314151617181920212223 |
- // Folder-specific settings
- //
- // For a full list of overridable settings, and general information on folder-specific settings,
- // see the documentation: https://zed.dev/docs/configuring-zed#settings-files
- {
- //
- // 1. "VSCode"
- // 2. "Atom"
- // 3. "JetBrains"
- // 4. "None"
- // 5. "SublimeText"
- // 6. "TextMate"
- "base_keymap": "JetBrains",
- // Keep in mind, if the autosave with delay is enabled, format_on_save will be ignored
- "format_on_save": "off",
- "ui_font_size": 17,
- "buffer_font_size": 17,
- "theme": {
- "mode": "system",
- "light": "Andromeda",
- "dark": "One Dark"
- }
- }
|