fix(zed): update keymap and return supermaven

This commit is contained in:
Rodney Osodo
2025-05-29 20:16:11 +03:00
parent 10cbd2d155
commit 992f174777
2 changed files with 29 additions and 34 deletions
+3 -7
View File
@@ -175,16 +175,12 @@
"ctrl-g": "search::SelectNextMatch",
"ctrl-shift-g": "search::SelectPreviousMatch",
"alt-m": "assistant::ToggleModelSelector",
"ctrl-k h": "assistant::DeployHistory",
"ctrl-k l": "assistant::DeployPromptLibrary"
}
},
{
"context": "PromptLibrary",
"bindings": {
"ctrl-n": "prompt_library::NewPrompt",
"ctrl-shift-s": "prompt_library::ToggleDefaultPrompt"
}
"bindings": {}
},
{
"context": "BufferSearchBar",
@@ -500,7 +496,7 @@
"shift-enter": "editor::ExpandExcerpts",
"ctrl-k enter": "editor::OpenExcerptsSplit",
"ctrl-f8": "editor::GoToHunk",
"ctrl-shift-f8": "editor::GoToPrevHunk",
"ctrl-shift-f8": "editor::GoToPreviousHunk",
"ctrl-enter": "assistant::InlineAssist"
}
},
@@ -539,7 +535,7 @@
"ctrl-alt-c": "outline_panel::CopyPath",
"alt-ctrl-shift-c": "outline_panel::CopyRelativePath",
"alt-ctrl-r": "outline_panel::RevealInFileManager",
"space": "outline_panel::Open",
"space": "outline_panel::OpenSelectedEntry",
"shift-down": "menu::SelectNext",
"shift-up": "menu::SelectPrevious"
}
+26 -27
View File
@@ -7,7 +7,7 @@
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"icon_theme": "Colored Zed Icons Theme Dark",
"icon_theme": "VSCode Great Icons Theme",
"ssh_connections": [
{
"host": "bohr",
@@ -48,22 +48,17 @@
"copy_on_select": true
},
"features": {
"edit_prediction_provider": "zed"
"edit_prediction_provider": "supermaven"
},
"scroll_beyond_last_line": "one_page",
"assistant": {
"agent": {
"default_model": {
"provider": "zed.dev",
"model": "claude-3-5-sonnet-latest"
},
"version": "2",
"provider": {
"name": "openai",
"default_model": "gpt-3.5-turbo",
"available_models": []
}
"version": "2"
},
"theme": "Gruvbox Dark",
"theme": "Gruvbox Dark Hard",
"telemetry": {
"diagnostics": true,
"metrics": false
@@ -74,26 +69,30 @@
"buffer_font_size": 14,
"load_direnv": "direct",
"auto_install_extensions": {
"html": true,
"toml": true,
"dockerfile": true,
"git-firefly": true,
"sql": true,
"terraform": true,
"make": true,
"zig": true,
"docker-compose": true,
"graphql": true,
"biome": true,
"ruff": true,
"markdown-oxide": true,
"basher": true,
"golangci-lint": true,
"erlang": true,
"biome": true,
"charmed-icons": true,
"colored-zed-icons-theme": true,
"libsql-context-server": true,
"csv": true,
"docker-compose": true,
"dockerfile": true,
"erlang": true,
"git-firefly": true,
"golangci-lint": true,
"graphql": true,
"html": true,
"libsql-context-server": true,
"lua": true,
"make": true,
"markdown-oxide": true,
"mcp-server-github": true,
"ruff": true,
"sql": true,
"tailwind-theme": true,
"wakatime": true
"terraform": true,
"toml": true,
"vscode-great-icons": true,
"wakatime": true,
"zig": true
}
}