Update fish variables and add new br function; modify zed settings

This commit is contained in:
2026-03-29 12:27:23 +08:00
parent d79ce218ad
commit 5d16ca8be3
5 changed files with 26 additions and 134 deletions
+21 -2
View File
@@ -7,10 +7,25 @@
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"vim_mode": true,
"agent": {
"inline_assistant_model": {
"provider": "copilot_chat",
"model": "gemini-3.1-pro-preview",
"enable_thinking": false
},
"default_model": {
"provider": "copilot_chat",
"model": "gpt-5-mini",
"enable_thinking": false
},
"favorite_models": [],
"model_parameters": []
},
"agent_servers": {
"codex": {
"codex-acp": {
"type": "registry",
"default_config_options": {
"mode": "auto",
"reasoning_effort": "xhigh"
}
}
@@ -35,7 +50,11 @@
},
"show_wrap_guides": true,
"title_bar": {
"show_user_picture": false,
"show_user_menu": false,
"show_sign_in": false,
"show_project_items": true,
"show_branch_icon": false,
},
"git_panel": {
"default_width": 280.0,