From 7726b043d16e0dbff1549829111109980c129c40 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 19 Nov 2024 19:29:01 +0000 Subject: [PATCH] new keybindings for snack words --- lua/plugins/snacks.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/snacks.lua b/lua/plugins/snacks.lua index d39e7fe..990c9d3 100644 --- a/lua/plugins/snacks.lua +++ b/lua/plugins/snacks.lua @@ -58,7 +58,7 @@ return { desc = 'Lazygit Log (cwd)', }, { - '', + 'm', function() Snacks.words.jump(vim.v.count1) end, @@ -66,7 +66,7 @@ return { mode = { 'n' }, }, { - '', + '', function() Snacks.words.jump(-vim.v.count1) end,