svermeulen / vim-subversive

Vim plugin providing operator motions to quickly replace text
MIT License
297 stars 4 forks source link

Fix potential typo by changing <leader>r to <leader>s #16

Closed astier closed 4 years ago

astier commented 4 years ago

The readme says at line 80

These work the same as the <leader>r maps above except will step through each replacement one by one.

Did you meand <leader>s?

svermeulen commented 4 years ago

Yes, this was a mistake, thanks :)

I use <leader>r and <leader>cr etc. in my own bindings which is how that happened.