From c2ab1a4cd186050f232075620165b0f5690a1f17 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 19 Aug 2025 19:09:05 +0530 Subject: [PATCH] feat: Update zed keybind --- home/apps/zed.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/apps/zed.nix b/home/apps/zed.nix index 2aaba629..c64a19b1 100644 --- a/home/apps/zed.nix +++ b/home/apps/zed.nix @@ -39,7 +39,7 @@ "ctrl-p" = null; "ctrl-shift-h" = null; }; - "Workspace && vim_mode != insert && !Terminal" = { + "Workspace && !(Editor && vim_mode == insert) && !Terminal" = { "space f f" = [ "task::Spawn" { @@ -75,6 +75,7 @@ "space space" = "pane::ActivateLastItem"; "space q" = "pane::CloseActiveItem"; "space r r" = "editor::Rename"; + "space a" = "editor::ToggleCodeActions"; }; "vim_mode == insert" = { "ctrl-k" = "editor::GoToDefinition";