Config and setup files

hide unused buttons in ui

finxol.io a72b985a 91da1430

verified
Changed files
+40 -13
.config
+40 -13
.config/zed/settings.json
···
// from the command palette or from `Zed` application menu.
{
"ssh_connections": [
-
{
-
"host": "karr.finxol.io",
-
"projects": [
+
{
+
"host": "karr.finxol.io",
+
"projects": [
+
{
+
"paths": ["/"]
+
},
+
{
+
"paths": ["/etc/caddy"]
+
},
+
{
+
"paths": ["/srv/http"]
+
}
+
]
+
},
{
-
"paths": [
-
"/etc/caddy"
-
]
+
"host": "akhaten",
+
"projects": [
+
{
+
"paths": ["/srv/http"]
+
}
+
]
},
{
-
"paths": [
-
"/srv/http"
-
]
+
"host": "karr.mobi",
+
"projects": []
}
-
]
-
}
-
],
+
],
"edit_predictions": {
"disabled_globs": ["*.config.*"],
-
"mode": "eager",
+
"mode": "subtle",
"copilot": {
"proxy": null,
"proxy_no_verify": null
···
"edit_prediction_provider": "zed"
},
"agent": {
+
"button": false,
"inline_assistant_model": {
"provider": "zed.dev",
"model": "claude-sonnet-4-latest"
···
"tab_size": 4,
"file_types": {
"Haskell": ["idr"]
+
},
+
"outline_panel": {
+
"button": false
+
},
+
"collaboration_panel": {
+
"button": false
+
},
+
"search": {
+
"button": false
+
},
+
"terminal": {
+
"button": false
+
},
+
"notification_panel": {
+
"button": false
}
}