config: add left-hand optimized Zed keymap with Ctrl+G navigation prefix

This commit is contained in:
2026-01-11 16:44:55 -06:00
parent b9338b9176
commit b6f97348e5
2 changed files with 162 additions and 18 deletions
+7
View File
@@ -7,6 +7,13 @@
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"agent": {
"default_model": {
"provider": "copilot_chat",
"model": "gpt-5.1"
},
"model_parameters": []
},
"features": {
"edit_prediction_provider": "copilot"
},