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

@ -14,6 +14,10 @@ window-rule {
proportion 0.5 proportion 0.5
} }
} }
output "Samsung Electric Company LS34A650U HCPW300097" {
mode "3440x1440@49.987"
scale 1
}
output "eDP-1" { output "eDP-1" {
mode "1920x1080@60.000" mode "1920x1080@60.000"
position x=0 y=0 position x=0 y=0

View file

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