diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 6e9acdd9..e483a19a 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -121,9 +121,9 @@ action = "grep_string"; desc = "Search for [W]ord under cursor"; }; - "g" = { + "gs" = { action = "git_status"; - desc = "Search [G]it status"; + desc = "Search [G]it [S]tatus"; }; "r" = { action = "oldfiles";