jj rules
This commit is contained in:
@@ -51,27 +51,29 @@ return {
|
||||
-- end,
|
||||
-- desc = "Git Blame Line",
|
||||
-- },
|
||||
{
|
||||
"<leader>gf",
|
||||
function()
|
||||
Snacks.lazygit.log_file()
|
||||
end,
|
||||
desc = "Lazygit Current File History",
|
||||
},
|
||||
{
|
||||
"<leader>lg",
|
||||
function()
|
||||
Snacks.lazygit()
|
||||
end,
|
||||
desc = "Lazygit",
|
||||
},
|
||||
{
|
||||
"<leader>gl",
|
||||
function()
|
||||
Snacks.lazygit.log()
|
||||
end,
|
||||
desc = "Lazygit Log (cwd)",
|
||||
},
|
||||
--
|
||||
-- Commented out LazyGit in favor of separated jj
|
||||
-- {
|
||||
-- "<leader>gf",
|
||||
-- function()
|
||||
-- Snacks.lazygit.log_file()
|
||||
-- end,
|
||||
-- desc = "Lazygit Current File History",
|
||||
-- },
|
||||
-- {
|
||||
-- "<leader>lg",
|
||||
-- function()
|
||||
-- Snacks.lazygit()
|
||||
-- end,
|
||||
-- desc = "Lazygit",
|
||||
-- },
|
||||
-- {
|
||||
-- "<leader>gl",
|
||||
-- function()
|
||||
-- Snacks.lazygit.log()
|
||||
-- end,
|
||||
-- desc = "Lazygit Log (cwd)",
|
||||
-- },
|
||||
{
|
||||
"<leader>dn",
|
||||
function()
|
||||
|
||||
Reference in New Issue
Block a user