neovim-confs/lua/plex/plugins/extras/ui/vim-smoothie.lua

11 lines
271 B
Lua
Raw Normal View History

2023-09-06 11:47:14 +02:00
return {
{
'psliwka/vim-smoothie',
lazy = true,
keys = {
2023-09-06 13:00:21 +02:00
{ "J", '<cmd>call smoothie#do("\\<C-D>") <CR>', mode = {'n', 'v', 'x'}, desc = "Scroll down" },
{ "K", '<cmd>call smoothie#do("\\<C-U>") <CR>', mode = {'n', 'v', 'x'}, desc = "Scroll up" },
2023-09-06 11:47:14 +02:00
},
},
}