Anybody use paredit
and have done some re-mapping of the key bindings?
I saw there was a map you could pass in, but it looked like it was an everything map peeking at the source code
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
so was curious if someone had a nice way to get that slurp functionality where it could be repeated with the .
command in Vim
That would be great!