From 805c1567c90e3e4b4607c45d24fa04c3b72cf669 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 27 Aug 2025 18:33:33 +0200 Subject: [PATCH] Helix: add lsp workspace command key binding --- modules/hm/helix.nix | 2 ++ 1 file changed, 2 insertions(+) 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"; }; }; };