From 6c9073cdc0c97dd06c444ca9d51990e7c9d0ef55 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 25 Feb 2023 14:31:26 +0100 Subject: [PATCH] Helix: better keybindings --- hm_modules/helix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hm_modules/helix.nix b/hm_modules/helix.nix index 46f9963..7974e02 100644 --- a/hm_modules/helix.nix +++ b/hm_modules/helix.nix @@ -54,8 +54,8 @@ in # editor.soft-wrap.enable = true; keys.normal = { "C-A-l" = ":format"; - "C-A-r" = ":reload"; - "C-A-S-r" = ":reload-all"; + "A-r" = ":reload"; + "C-A-r" = ":reload-all"; }; }; themes =