update zed keys

This commit is contained in:
Alexander Navarro 2026-02-16 10:37:24 -03:00
parent 77a871aec7
commit fb431efd51
2 changed files with 7 additions and 2 deletions

View file

@ -44,6 +44,8 @@
"space f w": "pane::DeploySearch", // Search word under cursor
"space r r": "task::Spawn",
// Go to file with `gf`
"g f": "editor::OpenExcerpts",
@ -141,7 +143,7 @@
},
// File panel (netrw)
{
"context": "ProjectPanel",
"context": "ProjectPanel && not_editing",
"bindings": {
"a": "project_panel::NewFile",
"A": "project_panel::NewDirectory",
@ -157,7 +159,6 @@
"space e": "workspace::ToggleLeftDock"
}
},
// Panel nagivation
{
"context": "vim_operator == a || vim_operator == i || vim_operator == sc",
"bindings": {