Typo in command mapping?
kosmaks opened this issue · 2 comments
kosmaks commented
Hi! I see that you have mapping for <Leader>
to :ImportJSWord
, but README says it should be <Leader>j
. Is this a typo?
Thanks for the plugin btw!
trotzig commented
Woah, good catch! I think this is a typo in the code, the shortcut should be <Leader>j
. The regression was introduced by ce6e646 - I don't see why I would have made that change 😕. I've been using <Leader>j
but noticed now that I have an old local vim config that has this mapping set up.
Do you have time to construct a PR fixing this? If not, I'll go ahead and do it tomorrow.