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
[ | |
{ | |
"context": "Workspace", | |
"bindings": { | |
// "shift shift": "file_finder::Toggle" | |
} | |
}, | |
{ | |
"context": "Editor", | |
"bindings": { |
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
{ | |
// General settings | |
"icon_theme": "Colored Zed Icons Theme Dark", | |
"features": { | |
"edit_prediction_provider": "zed" | |
}, | |
"project_panel": { | |
"button": true, | |
"default_width": 200, | |
"dock": "left", |
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
{ | |
// General | |
"files.eol": "\n", | |
"window.commandCenter": true, | |
"breadcrumbs.enabled": false, | |
// Editor | |
// "editor.fontFamily": "JetBrains Mono", | |
// "editor.fontFamily": "Cascadia Code", | |
"editor.fontFamily": "Geist Mono", |