diff --git a/modules/hm/helix.nix b/modules/hm/helix.nix index b7a2845..e2fe461 100644 --- a/modules/hm/helix.nix +++ b/modules/hm/helix.nix @@ -111,9 +111,11 @@ "A-r" = ":reload"; "C-A-r" = ":reload-all"; "L" = { "i" = "@|${macro} isxxxc"; "t" = "@|${macro} tsxxxc"; }; + "space"."l" = ":lsp-workspace-command"; }; select = { "L" = { "i" = "@|${macro} isxxxc"; "t" = "@|${macro} tsxxxc"; }; + "space"."l" = ":lsp-workspace-command"; }; }; };