new keybindings for snack words

This commit is contained in:
Oliver Hartmann 2024-11-19 19:29:01 +00:00
parent c6a6997667
commit 7726b043d1

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,