From c98c8a365b74dc3f4d79496f4e18f96f42b69681 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 11 Aug 2022 14:57:18 +0200 Subject: [PATCH] Helix reload keybinding --- home_manager/modules/helix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home_manager/modules/helix.nix b/home_manager/modules/helix.nix index 4191162..74624bf 100644 --- a/home_manager/modules/helix.nix +++ b/home_manager/modules/helix.nix @@ -43,6 +43,7 @@ editor.true-color = true; keys.normal = { "C-A-l" = ":format"; + "C-A-r" = ":reload"; }; }; themes =