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 = {