Helix: add lsp workspace command key binding

This commit is contained in:
Filippo Berto 2025-08-27 18:33:33 +02:00
parent c3609817b1
commit 805c1567c9
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -111,9 +111,11 @@
"A-r" = ":reload";
"C-A-r" = ":reload-all";
"L" = { "i" = "@|${macro} i<ret>sxxx<ret>c"; "t" = "@|${macro} t<ret>sxxx<ret>c"; };
"space"."l" = ":lsp-workspace-command";
};
select = {
"L" = { "i" = "@|${macro} i<ret>sxxx<ret>c"; "t" = "@|${macro} t<ret>sxxx<ret>c"; };
"space"."l" = ":lsp-workspace-command";
};
};
};