Fork me on GitHub
#vim
<
2021-06-08
>
Proctor00:06:20

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

Proctor00:06:41

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

Proctor00:06:03

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

Proctor00:06:39

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

emilaasa06:06:00

That would be great!