Skip to content

Instantly share code, notes, and snippets.

@ruter
Created July 15, 2025 05:27
Show Gist options
  • Select an option

  • Save ruter/1b6ea85e82830ded36e1afa5b7cfb1c7 to your computer and use it in GitHub Desktop.

Select an option

Save ruter/1b6ea85e82830ded36e1afa5b7cfb1c7 to your computer and use it in GitHub Desktop.
Zeditor's settings.
// 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)
{
"edit_predictions": {
"mode": "eager",
"copilot": {
"proxy": null,
"proxy_no_verify": null,
"enterprise_uri": null
},
"enabled_in_text_threads": false
},
"agent": {
"always_allow_tool_actions": true,
"default_model": {
"provider": "google",
"model": "gemini-2.5-flash"
}
},
"autosave": {
"after_delay": {
"milliseconds": 5000
}
},
"format_on_save": "off",
"icon_theme": "Material Icon Theme",
"relative_line_numbers": true,
"indent_guides": {
"coloring": "indent_aware"
},
"vim_mode": true,
"base_keymap": "VSCode",
"ui_font_size": 16,
"buffer_font_size": 16,
"tabs": {
"git_status": true,
"file_icons": true
},
"theme": {
"mode": "system",
"light": "Ayu Mirage",
"dark": "One Dark"
},
"minimap": {
"show": "auto"
},
"title_bar": {
"show_branch_icon": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment