馃 a tiny plugin for smoother movement keybinds
1
fork

Configure Feed

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

at main 12 lines 366 B view raw
1R = function(m, ...) 2 require("plenary.reload").reload_module(m, ...) 3 return require(m) 4end 5 6vim.opt.rtp:prepend(".") 7 8vim.cmd([[ runtime plugin/smoothie.lua ]]) 9 10vim.keymap.set("n", "<localleader><c-d>", "<plug>(smoothie-ctrl-d)") 11vim.keymap.set("n", "<localleader><c-u>", "<plug>(smoothie-ctrl-u)") 12vim.keymap.set("n", "<localleader>zz", "<plug>(smoothie-zz)")