Added initial zed editor config.

This commit is contained in:
2026-03-18 08:16:22 +02:00
parent 4dc3d42503
commit b79e7601f5
3 changed files with 90 additions and 28 deletions

View File

@@ -15,12 +15,13 @@
"space l r": "editor::Rename",
"space s p": "workspace::NewSearch",
"space b e": "pane::ReopenClosedItem",
"space g g": "git::Branch",
"space p p": "projects::OpenRecent",
"ctrl-n": "menu::SelectNext", // Navigate down in lists (e.g., file finder, search results)
"ctrl-p": "menu::SelectPrevious", // Navigate up in lists
"ctrl-/": "editor::ToggleComments",
"ctrl-space": "workspace::ToggleRightDock",
// task spawns
"space g g": ["task::Spawn", { "task_name": "gitu" }]
}
},
// VIM VISUAL MODE
@@ -43,6 +44,11 @@
{
"context": "Terminal",
"bindings": {
"ctrl-w h": "workspace::ActivatePaneLeft",
"ctrl-w l": "workspace::ActivatePaneRight",
"ctrl-w k": "workspace::ActivatePaneUp",
"ctrl-w j": "workspace::ActivatePaneDown",
"ctrl-space": "workspace::ToggleRightDock",
"ctrl-o": "workspace::NewTerminal",
"ctrl-l": "pane::ActivateNextItem",