From c6648203055e9a506c899665325f737aa9a76efc Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 27 Jul 2022 15:01:05 +0200 Subject: [PATCH] Helix keybindings --- home_manager/modules/helix.nix | 3 +++ 1 file changed, 3 insertions(+) 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