From 92c76b24924df7a0309e807affaec095446ab921 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 13 Feb 2024 12:51:23 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 7b7947ec..6e9acdd9 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -53,7 +53,8 @@ (nmap "tt" ":ToggleTerm" // desc "[T]oggle Terminal") (nmap "tg" ":ToggleTerm " // desc "Show Lazy[G]it") # Fugitive - + (nmap "
gc" ":Git commit -am" // desc "[C]ommit" ) + (nmap "gp" ":Git push" // desc "[P]ush") ]; options = {