Created
June 25, 2026 10:44
-
-
Save sarenodev/6a8d21c023e0bb43e32ca998d6e239e6 to your computer and use it in GitHub Desktop.
Zed IDE personal config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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) | |
| { | |
| "icon_theme": "Zed (Default)", | |
| "project_panel": { | |
| "dock": "left", | |
| }, | |
| "outline_panel": { | |
| "dock": "left", | |
| }, | |
| "collaboration_panel": { | |
| "dock": "left", | |
| }, | |
| "agent": { | |
| "dock": "right", | |
| "favorite_models": [], | |
| "model_parameters": [], | |
| }, | |
| "git_panel": { | |
| "dock": "left", | |
| }, | |
| "ui_font_size": 16, | |
| "buffer_font_size": 15, | |
| "theme": { | |
| "mode": "system", | |
| "light": "GitHub Light", | |
| "dark": "GitHub Dark Dimmed", | |
| }, | |
| "confirm_quit": true, | |
| "disable_ai": true, | |
| "ensure_final_newline_on_save": false, | |
| "remove_trailing_whitespace_on_save": false, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment