2026-05-13

This commit is contained in:
2026-05-13 20:09:01 -04:00
parent 967565c80b
commit 229ff7dea0
15 changed files with 380 additions and 56 deletions
+12 -18
View File
@@ -3,8 +3,8 @@
"context": "Workspace",
"bindings": {
"shift-cmd-b": "workspace::ToggleRightDock",
"cmd-w": null
}
"cmd-w": null,
},
},
{
"context": "Pane",
@@ -18,21 +18,21 @@
"cmd-7": ["pane::ActivateItem", 6],
"cmd-8": ["pane::ActivateItem", 7],
"cmd-9": ["pane::ActivateItem", 8],
"cmd-0": "pane::ActivateLastItem"
}
"cmd-0": "pane::ActivateLastItem",
},
},
{
"context": "Editor",
"bindings": {
"cmd-alt-right": "workspace::ActivateNextPane",
"cmd-alt-left": "workspace::ActivatePreviousPane"
}
"cmd-alt-left": "workspace::ActivatePreviousPane",
},
},
{
"context": "Terminal",
"bindings": {
"ctrl-`": "pane::CloseActiveItem"
}
"ctrl-`": "pane::CloseActiveItem",
},
},
{
"context": "Editor",
@@ -40,15 +40,9 @@
"cmd-w": [
"pane::CloseActiveItem",
{
"close_pinned": false
}
]
}
"close_pinned": false,
},
],
},
},
{
"context": "(Editor && !edit_prediction)",
"bindings": {
"alt": "editor::ShowEditPrediction"
}
}
]
+3 -4
View File
@@ -1,4 +1,5 @@
{
"cli_default_open_behavior": "new_window",
"sticky_scroll": {
"enabled": true,
},
@@ -14,9 +15,9 @@
"dock": "right",
},
"title_bar": {
"show_branch_status_icon": true,
"show_user_picture": false,
"show_sign_in": false,
"show_branch_icon": true,
},
"telemetry": {
"diagnostics": false,
@@ -28,6 +29,7 @@
"dock": "right",
},
"edit_predictions": {
"provider": "none",
"disabled_globs": [".md"],
"mode": "subtle",
},
@@ -35,9 +37,6 @@
"border_size": 0.0,
"inactive_opacity": 0.7,
},
"features": {
"edit_prediction_provider": "none",
},
"collaboration_panel": {
"button": false,
},