update zed config

This commit is contained in:
2024-05-24 09:50:29 -04:00
parent aad5a1a026
commit a84c0a0541
2 changed files with 14 additions and 12 deletions
+5 -3
View File
@@ -1,17 +1,19 @@
[
{
"bindings": {}
},
{
"context": "Workspace",
"bindings": {
"cmd-shift-o": "file_finder::Toggle",
"cmd-b": "workspace::ToggleRightDock"
"cmd-r": "task::Spawn"
}
},
{
"context": "Editor && mode == full",
"bindings": {
"cmd-shift-o": "file_finder::Toggle",
"cmd-p": "outline::Toggle",
"cmd-r": "task::Spawn"
"cmd-p": "outline::Toggle"
}
},
{
+9 -9
View File
@@ -13,11 +13,11 @@
},
"assistant": {
"version": "1",
"button": false,
"enabled": false
},
"features": {
"copilot": false
"copilot": false,
"inline_completion_provider": "none"
},
"collaboration_panel": {
"button": false
@@ -27,13 +27,14 @@
},
"theme": {
"mode": "system",
"light": "Xcode Presentation Light",
"dark": "Gruvbox Dark"
"light": "Ayu Light",
"dark": "Catppuccin Mocha"
},
"ui_font_family": "Rec Mono Casual",
"ui_font_size": 16,
"ui_font_family": "SF Pro Display",
"ui_font_features": {},
"ui_font_size": 17,
"buffer_font_family": "Rec Mono Semicasual",
"buffer_font_size": 14,
"buffer_font_size": 14.6,
"terminal": {
"font_family": "FiraCode Nerd Font Mono"
},
@@ -53,8 +54,7 @@
}
},
"project_panel": {
"indent_size": 10,
"dock": "right"
"indent_size": 10
},
"file_types": {
"HTML": ["hbs", "njk"]