diff --git a/configs/niri/work-laptop/local.kdl b/configs/niri/work-laptop/local.kdl index 585dbc1..e7235f6 100644 --- a/configs/niri/work-laptop/local.kdl +++ b/configs/niri/work-laptop/local.kdl @@ -14,6 +14,10 @@ window-rule { proportion 0.5 } } +output "Samsung Electric Company LS34A650U HCPW300097" { + mode "3440x1440@49.987" + scale 1 +} output "eDP-1" { mode "1920x1080@60.000" position x=0 y=0 diff --git a/configs/zed/keymap.json b/configs/zed/keymap.json index 1100163..d9130d6 100644 --- a/configs/zed/keymap.json +++ b/configs/zed/keymap.json @@ -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": {