jj rules
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user