From 7e8f96585cb54b84cf8c65b167f072979c08fede Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 21 Dec 2022 12:45:24 +0100 Subject: [PATCH] Update Helix keybindings --- hm_modules/helix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hm_modules/helix.nix b/hm_modules/helix.nix index aafdbf0..a709080 100644 --- a/hm_modules/helix.nix +++ b/hm_modules/helix.nix @@ -49,6 +49,7 @@ keys.normal = { "C-A-l" = ":format"; "C-A-r" = ":reload"; + "C-A-S-r" = ":reload-all"; }; }; themes =