From 7d95b0456c2d8d62cc229a6f02957f6edad8037f Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 20 Feb 2024 14:00:35 +0900 Subject: [PATCH] Test --- home-manager/common/software/cli/nixvim/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/common/software/cli/nixvim/base.nix b/home-manager/common/software/cli/nixvim/base.nix index 2ce041ad..139ca411 100644 --- a/home-manager/common/software/cli/nixvim/base.nix +++ b/home-manager/common/software/cli/nixvim/base.nix @@ -71,6 +71,7 @@ (nmap "gc" ":Git commit -a" // desc "[C]ommit" ) (nmap "gp" ":Git push" // desc "Git [p]ush") (nmap "gP" ":Git pull" // desc "[P]ull") + (nmap "ga" ":Git add" // desc "[A]dd file...") # Trouble (nmap "tt" ":TroubleToggle" // desc "[T]oggle") (nmap "tc" ":TroubleClose" // desc "[C]lose")