new keybindings for snack words
This commit is contained in:
parent
c6a6997667
commit
7726b043d1
@ -58,7 +58,7 @@ return {
|
|||||||
desc = 'Lazygit Log (cwd)',
|
desc = 'Lazygit Log (cwd)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'<return>',
|
'm',
|
||||||
function()
|
function()
|
||||||
Snacks.words.jump(vim.v.count1)
|
Snacks.words.jump(vim.v.count1)
|
||||||
end,
|
end,
|
||||||
@ -66,7 +66,7 @@ return {
|
|||||||
mode = { 'n' },
|
mode = { 'n' },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'<S-CR>',
|
'<S-m>',
|
||||||
function()
|
function()
|
||||||
Snacks.words.jump(-vim.v.count1)
|
Snacks.words.jump(-vim.v.count1)
|
||||||
end,
|
end,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user