master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 7726b043d1 - Show all commits

View File

@@ -58,7 +58,7 @@ return {
desc = 'Lazygit Log (cwd)',
},
{
'<return>',
'm',
function()
Snacks.words.jump(vim.v.count1)
end,
@@ -66,7 +66,7 @@ return {
mode = { 'n' },
},
{
'<S-CR>',
'<S-m>',
function()
Snacks.words.jump(-vim.v.count1)
end,