diff --git a/home_manager/modules/helix.nix b/home_manager/modules/helix.nix index dfd1bc1..4191162 100644 --- a/home_manager/modules/helix.nix +++ b/home_manager/modules/helix.nix @@ -41,6 +41,9 @@ editor.lsp.display-messages = true; editor.scrolloff = 5; editor.true-color = true; + keys.normal = { + "C-A-l" = ":format"; + }; }; themes = let