Skip to content

Instantly share code, notes, and snippets.

@bouroo
Created May 27, 2025 09:05
Show Gist options
  • Save bouroo/248ad25f4e0cf239990ba06b14cc75d4 to your computer and use it in GitHub Desktop.
Save bouroo/248ad25f4e0cf239990ba06b14cc75d4 to your computer and use it in GitHub Desktop.
zed config
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"features": {
"edit_prediction_provider": "copilot"
},
"agent": {
"model_parameters": [],
"default_model": {
"provider": "openai",
"model": "o4-mini"
},
"version": "2"
},
"telemetry": {
"metrics": false
},
"ui_font_size": 16,
"buffer_font_size": 16,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "One Dark"
},
"autosave": "on_focus_change",
"terminal": {
"font_family": "MesloLGS NF",
"font_fallbacks": ["Cascadia Mono PL"],
"shell": {
"program": "wsl.exe -d archlinux"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment