Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Last active July 17, 2025 12:19
Show Gist options
  • Save remlapmot/1f79fff7818e023e60d454eaec9346ec to your computer and use it in GitHub Desktop.
Save remlapmot/1f79fff7818e023e60d454eaec9346ec to your computer and use it in GitHub Desktop.
Zed settings ~/.config/zed/
// 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 the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"vim_mode": true,
"theme": "Zed Legacy: Rosé Pine Moon",
// "theme": "Material Dark",
"ui_font_size": 13,
"buffer_font_size": 13,
"format_on_save": "off",
"soft_wrap": "editor_width",
"remove_trailing_whitespace_on_save": false,
"project_panel": {
"dock": "right"
},
"show_completions_on_input": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment