This commit is contained in:
2026-03-17 15:34:53 +00:00
parent 335b12b0e4
commit f74242ed02
+23 -21
View File
@@ -51,27 +51,29 @@ return {
-- end, -- end,
-- desc = "Git Blame Line", -- desc = "Git Blame Line",
-- }, -- },
{ --
"<leader>gf", -- Commented out LazyGit in favor of separated jj
function() -- {
Snacks.lazygit.log_file() -- "<leader>gf",
end, -- function()
desc = "Lazygit Current File History", -- Snacks.lazygit.log_file()
}, -- end,
{ -- desc = "Lazygit Current File History",
"<leader>lg", -- },
function() -- {
Snacks.lazygit() -- "<leader>lg",
end, -- function()
desc = "Lazygit", -- Snacks.lazygit()
}, -- end,
{ -- desc = "Lazygit",
"<leader>gl", -- },
function() -- {
Snacks.lazygit.log() -- "<leader>gl",
end, -- function()
desc = "Lazygit Log (cwd)", -- Snacks.lazygit.log()
}, -- end,
-- desc = "Lazygit Log (cwd)",
-- },
{ {
"<leader>dn", "<leader>dn",
function() function()