From 312bef7b2ad1d7ca77641928e21c1d1f3097d186 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 13 Feb 2024 12:56:16 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 870907f5..3a6d7ffe 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -52,7 +52,7 @@ (nmap "t" "" // desc "[T]oggleTerm" // silent) (nmap "tt" ":ToggleTerm" // desc "[T]oggle Terminal") # Fugitive - (nmap "gc" ":Git commit -am" // desc "[C]ommit" ) + (nmap "gc" ":Git commit -a" // desc "[C]ommit" ) (nmap "gp" ":Git push" // desc "[P]ush") ];