Skip to content

Instantly share code, notes, and snippets.

@kickbase
Created July 14, 2026 01:03
Show Gist options
  • Select an option

  • Save kickbase/1e7a6deba87b9d3a54e7e2a011471e9a to your computer and use it in GitHub Desktop.

Select an option

Save kickbase/1e7a6deba87b9d3a54e7e2a011471e9a to your computer and use it in GitHub Desktop.
[ Zed ] ~\AppData\Roaming\Zed\settings.json
// 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)
{
"project_panel": {
"dock": "left",
},
"outline_panel": {
"dock": "left",
},
"collaboration_panel": {
"dock": "left",
},
"agent": {
"dock": "right",
"favorite_models": [],
"model_parameters": [],
},
"git_panel": {
"dock": "left",
},
"relative_line_numbers": "disabled",
"vim_mode": true,
"vim": {
"use_system_clipboard": "always",
"use_smartcase_find": true,
"toggle_relative_line_numbers": false,
},
"ui_font_size": 16,
"buffer_font_size": 15,
"theme": "Neovim default dark",
"gutter": {
"line_numbers": true,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment