2025-09-23
This commit is contained in:
@@ -32,5 +32,16 @@
|
||||
"bindings": {
|
||||
"ctrl-`": "pane::CloseActiveItem"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor",
|
||||
"bindings": {
|
||||
"cmd-w": [
|
||||
"pane::CloseActiveItem",
|
||||
{
|
||||
"close_pinned": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"button": false
|
||||
},
|
||||
"icon_theme": "Soft Charmed Icons",
|
||||
"show_edit_predictions": true,
|
||||
"show_edit_predictions": false,
|
||||
"base_keymap": "VSCode",
|
||||
"close_on_file_delete": true,
|
||||
"outline_panel": {
|
||||
@@ -16,12 +16,7 @@
|
||||
"metrics": false
|
||||
},
|
||||
"agent": {
|
||||
"default_profile": "write",
|
||||
"default_model": {
|
||||
"provider": "ollama",
|
||||
"model": "qwen2.5-coder:7b"
|
||||
},
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
"dock": "right"
|
||||
},
|
||||
"edit_predictions": {
|
||||
@@ -32,14 +27,11 @@
|
||||
"inactive_opacity": 0.7
|
||||
},
|
||||
"features": {
|
||||
"edit_prediction_provider": "zed"
|
||||
"edit_prediction_provider": "none"
|
||||
},
|
||||
"collaboration_panel": {
|
||||
"button": false
|
||||
},
|
||||
"chat_panel": {
|
||||
"button": "never"
|
||||
},
|
||||
"toolbar": {
|
||||
"breadcrumbs": false,
|
||||
"quick_actions": false,
|
||||
@@ -55,7 +47,7 @@
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "One Light",
|
||||
"dark": "Ayu Mirage"
|
||||
"dark": "Ayu Dark"
|
||||
},
|
||||
"scrollbar": {
|
||||
"show": "system",
|
||||
@@ -82,7 +74,7 @@
|
||||
// "ss09": true,
|
||||
// "liga": true
|
||||
// },
|
||||
"buffer_font_size": 14,
|
||||
"buffer_font_size": 13,
|
||||
"terminal": {
|
||||
"dock": "bottom",
|
||||
"font_family": "Maple Mono",
|
||||
|
||||
Reference in New Issue
Block a user