vim

For discussion on all things (neo)vim.
2021-06-08T00:47:20.079600Z

Anybody use paredit and have done some re-mapping of the key bindings?

2021-06-08T00:47:41.080100Z

I saw there was a map you could pass in, but it looked like it was an everything map peeking at the source code

2021-06-08T00:51:03.082300Z

was trying to update the slurp to be <leader>)… I did a hack where I map that to call RepeatableNNoRemap(g:paredit_leader . ')', ':<C-U>call PareditMoveRight()') but doesn’t always work and I need to reload the vimrc… either that or I get errors on files that Paredit hasn’t been loaded with because RepeatableNNoRemap is not defined

2021-06-08T00:51:39.083100Z

so was curious if someone had a nice way to get that slurp functionality where it could be repeated with the . command in Vim

emilaasa 2021-06-08T06:05:00.083300Z

That would be great!