From d7343b98c9f43352a0dec8b7b02f76512d69be86 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 18 Mar 2024 09:11:41 -0400 Subject: [PATCH] fmt --- home/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/helix.nix b/home/helix.nix index 0ff2128..360d9d4 100644 --- a/home/helix.nix +++ b/home/helix.nix @@ -6,7 +6,7 @@ editor .true-color = true; keys.insert.j.j = "normal_mode"; # Shortcut to save file, in any mode. - keys.insert."C-s" = [":write" "normal_mode"]; + keys.insert."C-s" = [ ":write" "normal_mode" ]; keys.normal."C-s" = ":write"; }; };