update zed config
This commit is contained in:
@@ -1,17 +1,19 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"bindings": {}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"context": "Workspace",
|
"context": "Workspace",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"cmd-shift-o": "file_finder::Toggle",
|
"cmd-shift-o": "file_finder::Toggle",
|
||||||
"cmd-b": "workspace::ToggleRightDock"
|
"cmd-r": "task::Spawn"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"context": "Editor && mode == full",
|
"context": "Editor && mode == full",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"cmd-shift-o": "file_finder::Toggle",
|
"cmd-shift-o": "file_finder::Toggle",
|
||||||
"cmd-p": "outline::Toggle",
|
"cmd-p": "outline::Toggle"
|
||||||
"cmd-r": "task::Spawn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -13,11 +13,11 @@
|
|||||||
},
|
},
|
||||||
"assistant": {
|
"assistant": {
|
||||||
"version": "1",
|
"version": "1",
|
||||||
"button": false,
|
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"copilot": false
|
"copilot": false,
|
||||||
|
"inline_completion_provider": "none"
|
||||||
},
|
},
|
||||||
"collaboration_panel": {
|
"collaboration_panel": {
|
||||||
"button": false
|
"button": false
|
||||||
@@ -27,13 +27,14 @@
|
|||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "Xcode Presentation Light",
|
"light": "Ayu Light",
|
||||||
"dark": "Gruvbox Dark"
|
"dark": "Catppuccin Mocha"
|
||||||
},
|
},
|
||||||
"ui_font_family": "Rec Mono Casual",
|
"ui_font_family": "SF Pro Display",
|
||||||
"ui_font_size": 16,
|
"ui_font_features": {},
|
||||||
|
"ui_font_size": 17,
|
||||||
"buffer_font_family": "Rec Mono Semicasual",
|
"buffer_font_family": "Rec Mono Semicasual",
|
||||||
"buffer_font_size": 14,
|
"buffer_font_size": 14.6,
|
||||||
"terminal": {
|
"terminal": {
|
||||||
"font_family": "FiraCode Nerd Font Mono"
|
"font_family": "FiraCode Nerd Font Mono"
|
||||||
},
|
},
|
||||||
@@ -53,8 +54,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"project_panel": {
|
"project_panel": {
|
||||||
"indent_size": 10,
|
"indent_size": 10
|
||||||
"dock": "right"
|
|
||||||
},
|
},
|
||||||
"file_types": {
|
"file_types": {
|
||||||
"HTML": ["hbs", "njk"]
|
"HTML": ["hbs", "njk"]
|
||||||
|
|||||||
Reference in New Issue
Block a user