diff --git a/config/git/lazygit.nix b/config/git/lazygit.nix index 1bf2498..f7a271d 100644 --- a/config/git/lazygit.nix +++ b/config/git/lazygit.nix @@ -10,7 +10,7 @@ keymaps = [ { mode = "n"; - key = "gg"; + key = "gG"; action = "LazyGit"; options = { desc = "LazyGit (root dir)"; @@ -18,4 +18,3 @@ } ]; } - diff --git a/config/git/neogit.nix b/config/git/neogit.nix index 8d4431c..9fd09fc 100644 --- a/config/git/neogit.nix +++ b/config/git/neogit.nix @@ -7,7 +7,10 @@ { mode = "n"; key = "gg"; - action = "Neogit"; + action = "Neogit kind=floating"; + options = { + desc = "Toggle Neogit"; + }; } ]; }