Skip to content

Instantly share code, notes, and snippets.

@madebylydia
Created July 17, 2024 22:01
Show Gist options
  • Save madebylydia/8d8749f753c7786a6ddbfa13008fbae2 to your computer and use it in GitHub Desktop.
Save madebylydia/8d8749f753c7786a6ddbfa13008fbae2 to your computer and use it in GitHub Desktop.
My Zed configuration file, because Zed isn't perfect out-of-the-box.
{
"base_keymap": "VSCode",
"ui_font_size": 16,
"buffer_font_size": 16,
"buffer_font_family": "JetBrains Mono",
"theme": "Sandcastle",
"terminal": {
"font_family": "DMMono Nerd Font",
"line_height": "standard"
},
"autosave": {
"after_delay": {
"milliseconds": 100
}
},
"preview_tabs": {
"enabled": true,
"enable_preview_from_file_finder": true,
"enable_preview_from_code_navigation": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment