🧋 a tiny plugin for smoother movement keybinds
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

meta(.nvim.lua): add default mappings

robin e6da8f63 d609f9e1

+4
+4
.nvim.lua
··· 6 6 vim.opt.rtp:prepend(".") 7 7 8 8 vim.cmd([[ runtime plugin/smoothie.lua ]]) 9 + 10 + vim.keymap.set("n", "<localleader><c-d>", "<plug>(smoothie-ctrl-d)") 11 + vim.keymap.set("n", "<localleader><c-u>", "<plug>(smoothie-ctrl-u)") 12 + vim.keymap.set("n", "<localleader>zz", "<plug>(smoothie-zz)")