winston0410 / range-highlight.nvim

An extremely lightweight plugin (~ 120loc) that hightlights ranges you have entered in commandline.
MIT License
203 stars 5 forks source link

long range copying via command line does not paste at the line of the original cursor position #8

Open k-times-c opened 2 years ago

k-times-c commented 2 years ago

Hi John -- big fan of your plugin! It makes for a really nice visual touch when I drop into the command line mode

I'm running into two issues dealing with the fact that cursor moves unintuitively. I'll separate them into two different issues, but this might be related to the open issue regarding relative line as well.

The first one is that related long range copying doesn't work as expect. Specifically, if I type 15t., it should grab the like 15 and the place it on the like below the one that you enter vim's command line. Is this possible to fix?