Created
July 17, 2024 22:01
-
-
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.
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
{ | |
"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