diff --git a/home-manager/common/software/cli/nixvim/base.nix b/home-manager/common/software/cli/nixvim/base.nix index 139ca411..f90d92e8 100644 --- a/home-manager/common/software/cli/nixvim/base.nix +++ b/home-manager/common/software/cli/nixvim/base.nix @@ -68,10 +68,12 @@ (nmap "Tt" ":ToggleTerm" // desc "[T]oggle Terminal") (nmap "Ts" ":TermSelect" // desc "[S]elect a terminal") # Fugitive - (nmap "gc" ":Git commit -a" // desc "[C]ommit" ) + (nmap "gc" ":Git cam" // 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...") + (nmap "gb" ":Git blam" // desc "[B]lame") + # Trouble (nmap "tt" ":TroubleToggle" // desc "[T]oggle") (nmap "tc" ":TroubleClose" // desc "[C]lose")